cURL
curl --request GET \ --url https://api.zetmoney.co/v1/onramp/banks \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "bankCode": "044", "bankName": "Access Bank", "nibssCode": "000014" } ] }
Returns a list of Nigerian banks supported for on-ramp and off-ramp operations.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
List of banks.
true
Show child attributes