Connect the payment path you can operate.

A fast integration is useful only when finance, support and fulfilment can understand the transaction after it leaves the checkout.

Four ways into the same payment operation

Hosted checkout

Launch a controlled payment surface with less card-data scope.

Send an order reference, amount and return destination; receive the resulting status through the approved callback flow.

Direct API

Keep deeper control.

Use server-side requests and event handling when the product needs a tightly integrated experience.

Payment links

Collect without a cart.

Create trackable requests for invoices, remote sales and account balances.

Connectors

Meet existing commerce stacks.

Compatibility with a platform, plugin or billing tool is confirmed during technical discovery.

Events are the handoff

Make order state follow money state.

Use signed event handling, idempotent processing and durable transaction references. Never fulfil an order from a browser redirect alone.

  1. 1Create a payment against your order reference.
  2. 2Listen for the authoritative payment event.
  3. 3Verify the signature and expected amount.
  4. 4Reconcile the result with fulfilment and finance.

Show us the current stack.

Bring the website or app URL, commerce platform, server language and expected payment flow. Protocol is optional in the contact form.

Map the integration