Built for developers
Consistent APIs, sandboxes, and observability to ship reliable payment experiences.
Access BBPS, mandates, gateway routing, and reconciliation APIs with a single developer experience.
REST APIs
Versioned endpoints for collections, payouts, and mandates with idempotency and audit trails.
POST /v1/collections
{
"customer": {"id": "cust_001"},
"amount": 125000,
"reference": "INV-2045",
"callback_url": "https://merchant.com/webhooks"
}