Skip to main content

Demo applications

Live and deployable Inttegro integrations for web, server, and mobile stacks. Open a hosted demo, inspect its versioned source, or deploy your own copy.

Current release

v1.2.1 Published

3 hosted demos. Source and deployment links are pinned to this release.

Server demos validate the request, create a finalized order with an official Inttegro SDK, and redirect to hosted checkout. Mobile demos receive a finalized order ID from the Next.js companion backend, then present the native payment sheet. Fulfill from the order’s current payment state.

API keys stay server-side

Never put INTTEGRO_API_KEY in browser or mobile code. The mobile demos receive only a finalized order ID from the companion backend.

Server and full-stack demos

Server-side SDK integrations that create finalized orders and hand off to Inttegro Checkout.

Django

Afterglow Sessions

PythonSDK 6.0.0

Ticket checkout with server-side guest validation and order creation.

Hosted checkout

FastAPI

Afterglow Sessions

PythonSDK 6.0.0

API-first ticket checkout with server-owned pricing and fulfillment data.

Hosted checkout

Go

Ledgerline

GoSDK 4.2.0

A net/http portal for reviewing and paying service invoices.

Hosted checkout

Laravel

Kora Market

PHPSDK 5.1.0

Storefront checkout with server-side customer validation and order creation.

Hosted checkout

Rails

Kora Market

RubySDK 4.1.0

Storefront checkout with server-owned orders and return states.

Hosted checkout

Spring Boot

Ledgerline

JavaSDK 5.0.0

A Spring MVC invoice checkout using the Inttegro Java SDK.

Hosted checkout

Mobile demos

Native SDK integrations backed by server-created order IDs. API keys never ship in the app.

Flutter

Kora Market mobile

DartSDK 0.1.0

A cross-platform storefront using the Flutter plugin and native payment sheets.

Native payment sheet

Run your own

Provider links on each demo card deploy the pinned release. Configure a dedicated Inttegro API key, active Product and Price IDs, and the deployment’s public origin. The released source links to local setup and verification commands.

Reference