Developers

Build once, accept everything.

Collection, payout and reconciliation APIs, plus plugins for the storefronts you already run on.

Quick start

Create a collection link in one call

Every API response is JSON. Sandbox and production use the same schema, so what you test is what you ship.

  • REST API with idempotent requests
  • Webhooks for every status change
  • Sandbox mirrors production behaviour
curl https://api.paytrance.com/v1/collections \
  -H "Authorization: Bearer sk_test_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 420000,
    "currency": "USD",
    "invoice_ref": "INV-2291",
    "customer_ref": "Marlow Retail Ltd"
  }'

Plugins & integrations

Live on your storefront without custom code.

Shopify

Checkout extension for domestic and cross-border collection.

WooCommerce

WordPress plugin with the same routing engine as the API.

Magento

Extension for stores already on Magento's checkout flow.

Custom / headless

Full API access for a bespoke checkout experience.

Webhooks

Know the moment status changes

Subscribe to collection.settled, payout.completed, and statement.generated events instead of polling.

Sandbox & status

Test against realistic conditions

Simulate declines, delays and FX movement in sandbox before your first live transaction.

Need sandbox credentials?

We'll set up your test environment once your account is being onboarded.

Request API access