Retrieve a list of all supported Nigerian banks with their codes
GET /payment-methods/banks
Show Bank Object
curl -X GET "https://api.spendjuice.com/payment-methods/banks" \ -H "Authorization: YOUR_API_KEY"
{ "data": [ { "code": "000014", "name": "ACCESS BANK" }, { "code": "000023", "name": "PROVIDUS BANK" }, { "code": "000013", "name": "ZENITH BANK" }, { "code": "000017", "name": "GUARANTY TRUST BANK" } ] }
401 - Unauthorized
403 - Forbidden
500 - Server Error