GET | /api/developer/catalog | Returns the current provider list, webhook notes, and quickstart summary. |
POST | /api/developer/quotes | Compares eligible provider routes for a buy or sell request. |
GET | /api/developer/provider-bank-list/:provider | Returns the canonical bank codes and names accepted for a selected provider. |
POST | /api/developer/bank-accounts/resolve | Resolves Nigerian bank details before sell order creation. |
POST | /api/developer/orders | Creates a buy or sell order and returns the routed transaction payload. If an active order window already exists on the same rail, the response can return PAYCHAIN_ACTIVE_INTENT_CONFLICT. |
GET | /api/developer/orders/intent | Returns the active payment window for a customer, token, and network. |
POST | /api/developer/orders/:transactionId/monitor-status | Rechecks order status when a callback is delayed or missing. |