Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.notchpay.co/payments/{reference} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "channel": "cm.mtn", "data": { "phone": 237680000000, "account_number": "<string>", "country": "CM" }, "client_ip": "<string>" } '
{ "status": "Accepted", "message": "Payment processing initiated", "code": 202, "transaction": "<unknown>" }
Reference of the transaction
"cm.mtn"
Show child attributes
Payment processing initiated
"Accepted"
"Payment processing initiated"
202
Was this page helpful?