cURL
curl --request GET \ --url https://api.notchpay.co/channels \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Channels retrieved", "items": [ { "id": "ch_123456789", "name": "MTN Mobile Money", "slug": "cm.mtn", "logo": "https://api.notchpay.co/assets/channels/mtn.png", "countries": [ "CM" ], "currency": "XAF", "type": "mobile_money", "min_amount": 100, "max_amount": 500000 } ] }
Country code to filter channels
"CM"
Minimum amount to filter channels
500
Currency code for minimum amount
Channels retrieved
The response is of type object.
object
Was this page helpful?