Reference
//
Get payment channels for...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Get payment channels for a country
Security
oauth2ClientCredentials(Required scopes: payments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/payments/channels
- Productionhttps://api.boyahq.com/v2/payments/channels
- Sandboxhttps://sandbox.api.boyahq.com/v2/payments/channels
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/payments/channels?country=KENYA' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "status": true, "data": [ { … } ], "message": "Country payment channels fetched successfully" }