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" } '
200
Example
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?