cURL
curl --request GET \ --url https://api.breet.io/v1/payments/integration-banks/{id} \ --header 'X-Breet-Env: <api-key>' \ --header 'x-app-id: <api-key>' \ --header 'x-app-secret: <api-key>'
200
Example
Fetch a bank on your integration by ID
Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
ID of the saved bank account.
Bank details returned successfully
Was this page helpful?