cURL
curl --request GET \ --url https://api.notchpay.co/customers/{id}/payments \ --header 'Authorization: <api-key>'
{ "code": 200, "status": "OK", "message": "Customer payments retrieved", "payments": [ "<unknown>" ], "totals": 10, "last_page": 1, "current_page": 1, "selected": 10 }
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
Number of items per page
Page number
Customer payments retrieved
200
"OK"
"Customer payments retrieved"
10
1
Was this page helpful?