curl -X POST "{{base_url}}/v1/banks/NGN" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
Payments (v1)
Supported banks
List supported banks for a currency (defaults to NGN).
POST
/
v1
/
banks
/
{currency_code}
curl -X POST "{{base_url}}/v1/banks/NGN" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
string
Defaults to
NGN when omitted.curl -X POST "{{base_url}}/v1/banks/NGN" \
-H "x-api-key: YOUR_CONSUMER_KEY" \
-H "Content-Type: application/json" \
-d '{}'
