cURL
curl --request GET \ --url https://api.notchpay.co/customers/{id}/payment_methods \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Payment methods retrieved", "items": [ { "id": "pm_123456789", "type": "Mobile Money", "channel": "cm.mtn", "created_at": "2023-01-01T12:00:00.000Z", "phone": 237680000000 } ] }
Documentation IndexFetch the complete documentation index at: https://developer.notchpay.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the customer
Payment methods retrieved
200
"OK"
"Payment methods retrieved"
Show child attributes
Was this page helpful?