cURL
curl --request POST \ --url https://api.breet.io/v1/payments/banks/validate \ --header 'Content-Type: application/json' \ --header 'X-Breet-Env: <api-key>' \ --header 'x-app-id: <api-key>' \ --header 'x-app-secret: <api-key>' \ --data ' { "id": "39", "accountNumber": "3154021148" } '
{ "message": "data fetched", "success": true, "data": { "accountNumber": "215842XXXX", "type": "nuban", "bankName": "United Bank For Africa", "accountName": "OGUNMEPON SHARAFA" }, "meta": {}, "summary": {}, "stats": {} }
Verify bank account
Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
Bank identifier from the GET /payments/banks endpoint.
Bank account verified successfully
Was this page helpful?