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 charge
GET/v1/charges/{id}Retrieve a charge
GET/v1/chargesList charges

Payouts

POST/v1/payoutsSend a payout
POST/v1/payouts/bulkSend a batch
GET/v1/payouts/{id}Retrieve a payout

Accounts

POST/v1/accountsIssue an account
GET/v1/accounts/{id}Retrieve an account
GET/v1/accounts/{id}/transactionsList transactions

Cards

POST/v1/cardsIssue a card
POST/v1/cards/{id}/freezeFreeze a card
GET/v1/cards/{id}Retrieve a card

Identity

POST/v1/identity/bvnVerify a BVN
POST/v1/identity/ninVerify a NIN
POST/v1/identity/businessVerify a CAC record

Webhooks

POST/v1/webhooksRegister an endpoint
GET/v1/webhooksList endpoints
DELETE/v1/webhooks/{id}Remove an endpoint