Developers
Collection, payout and reconciliation APIs, plus plugins for the storefronts you already run on.
Quick start
Every API response is JSON. Sandbox and production use the same schema, so what you test is what you ship.
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
Checkout extension for domestic and cross-border collection.
WordPress plugin with the same routing engine as the API.
Extension for stores already on Magento's checkout flow.
Full API access for a bespoke checkout experience.
Subscribe to collection.settled, payout.completed, and statement.generated events instead of polling.
Simulate declines, delays and FX movement in sandbox before your first live transaction.
We'll set up your test environment once your account is being onboarded.