Skip to main content
GET
/
onramp
/
banks
List supported banks
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Response

List of banks.

success
boolean
Example:

true

data
object[]