API reference
Every endpoint, with examples
A REST API over JSON, with predictable resources and the same shapes in sandbox and production.
Collections
POST
/v1/chargesCreate a chargeGET
/v1/charges/{id}Retrieve a chargeGET
/v1/chargesList chargesPayouts
POST
/v1/payoutsSend a payoutPOST
/v1/payouts/bulkSend a batchGET
/v1/payouts/{id}Retrieve a payoutAccounts
POST
/v1/accountsIssue an accountGET
/v1/accounts/{id}Retrieve an accountGET
/v1/accounts/{id}/transactionsList transactionsCards
POST
/v1/cardsIssue a cardPOST
/v1/cards/{id}/freezeFreeze a cardGET
/v1/cards/{id}Retrieve a cardIdentity
POST
/v1/identity/bvnVerify a BVNPOST
/v1/identity/ninVerify a NINPOST
/v1/identity/businessVerify a CAC recordWebhooks
POST
/v1/webhooksRegister an endpointGET
/v1/webhooksList endpointsDELETE
/v1/webhooks/{id}Remove an endpoint