Overview
#One API for every connector
A JSON REST API for payment orchestration. Author one request shape; we route across the acquirer, PSP and local-method connectors you have configured.
- Payments POSTGET
/v1/paymentsAuthorise, capture, void and inspect payments across every connector.
- Refunds POSTGET
/v1/refundsFull and partial refunds routed back through the original acquirer.
- Customers POSTGETDELETE
/v1/customersNetwork-tokenised card storage. Re-use across any acquirer route.
- Routing GETPOST
/v1/routesInspect the routing decision and read live approval scores per connector.
- Webhooks POSTGETDELETE
/v1/webhooksSubscribe a URL to signed event deliveries — one feed for every connector.
- Reports GET
/v1/reportsSettlement, reconciliation, and approval-rate exports — schedule into your warehouse.