Banks
Resolve a bank account
Confirm an account and retrieve its registered name. Call this endpoint before you create an offramp order. Ask the customer to confirm the returned name.
Authorization
ApiKeyAuth X-API-Key<token>
The API key identifies your business. Requests do not include a business ID.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/banks/resolve" \ -H "Content-Type: application/json" \ -d '{ "bank_code": "string", "account_number": "string" }'{ "status": true, "data": { "account_number": "0123456789", "account_name": "ADA OBI", "bank_code": "058", "bank_name": "GTBank" }}