curl --request GET \
--url https://api.breet.io/v1/payments/integration-banks \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Fetch banks on your integration
curl --request GET \
--url https://api.breet.io/v1/payments/integration-banks \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Your application ID from the Breet dashboard
Your application secret from the Breet dashboard
Environment selector: development or production
List of integration banks returned successfully
Was this page helpful?