PAY ITUNDA · BUSINESS PAYMENTS

Let customers
pay with Itunda.

Connect your website or service to Itunda's external checkout API. Create a payment, send the customer to hosted checkout, confirm the result and receive webhook events.

See the integrationAPI reference
POST /api/v1/pay/payments
X-Api-Key: sk_test_…
Idempotency-Key: order-123

{ amount: 25000, description: "Order #123", successUrl: "https://example.com/success" }

→ checkoutUrl · paymentKey · status · expiresAt
HOW IT WORKS

A payment flow
your backend can own.

Itunda's current external payment surface is intentionally close to a conventional payment-gateway integration: secret API key on your server, hosted checkout for the customer, server-side confirmation and signed webhooks.

01 · CREATE

Create a payment

Your backend calls the payment API with an idempotency key and gets a payment key plus checkout URL.

02 · CHECKOUT

Send the customer

The customer opens Itunda-hosted checkout and completes payment using the Itunda payment flow.

03 · CONFIRM

Confirm + fulfill

Your backend checks payment status and listens for PAYMENT_STATUS_CHANGED or cancellation webhooks before fulfilling.

Current scope: the repository documents these keys as sk_test_ sandbox credentials. Treat this as an integration surface, not a claim of a live production acquiring network.
REFERENCE

The contract in four steps.

01CreatePOST /api/v1/pay/payments
02RedirectUse the returned checkoutUrl.
03ConfirmVerify the payment server-side.
04ListenHandle status and cancellation webhooks.
Keep secret keys on your server. Use an idempotency key for retry-safe payment creation.
DEVELOPER PATH

Ready to connect a business?

Use the repository's developer documentation as the implementation source of truth, then build against the Itunda payment API.

Open developer docs
Itunda Business

Payments, built for your business.

Separate tools for businesses and partners — connected to the Itunda ecosystem, without mixing it with the consumer experience.

NEXT

Need an experience inside Itunda?

Use Apps in Itunda when your product belongs inside the everyday customer journey.

Explore Apps in Itunda →