curl --request GET \
--url https://api.breet.io/v1/payments/banks \
--header 'X-Breet-Env: <api-key>' \
--header 'x-app-id: <api-key>' \
--header 'x-app-secret: <api-key>'Retrieve list of available banks
curl --request GET \
--url https://api.breet.io/v1/payments/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
ngn or ghs
List of supported banks returned successfully
Was this page helpful?