🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Get banks for a country
Security
oauth2ClientCredentials(Required scopes: payments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/payments/banks
- Productionhttps://api.boyahq.com/v2/payments/banks
- Sandboxhttps://sandbox.api.boyahq.com/v2/payments/banks
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/payments/banks?country=KENYA' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Banks retrieved successfully
Array [
]
Response
[ { "id": 0, "code": "01", "paybill": "string", "name": "KENYA COMMERCIAL BANK", "country": "KE", "status": 0, "swiftcode": "KCBLKENX", "data_json": {}, "timestamp": "string", "branchcode": 0 } ]