Skip to main content
GET
/
transfers
/
banks
/
{countryCode}
cURL
curl --request GET \
  --url https://api.example.com/transfers/banks/{countryCode}
{
  "success": true,
  "message": "<string>",
  "data": [
    {
      "name": "<string>",
      "code": "<string>"
    }
  ]
}

Path Parameters

countryCode
string
required
Example:

"NGA"

Response

200 - application/json

List of banks

success
boolean
message
string
data
object[]