API Reference

Get a static virtual account details by the bvn

Response Schema:

{ "status": boolean, "message": string, "data": { "id": uuid, "accountReference": uuid, "bankAccount": { "accountName": string, "accountNumber": string, "bank": { "code": string, "name": string } }, "type": "Static Virtual Account"|"Dynamic Virtual Account", "status": "active"|"expired"|"blacklisted", "createdAt": date-time, "expiresAt": date-time|null, "currency": string, "meta": { "isStatic": boolean, "bvn": string|null, "transactionReference": string|null, "amount": string|null, "minAmount": string|null } } }
Path Params
string
required

The bvn used to generate the static virtual account number

Response

Language
Credentials
Choose an example:
application/json