cURL
curl --request GET \ --url https://api.pawpayments.com/api/v2/notifications \ --header 'x-api-key: <api-key>'
{ "ok": true, "result": [ { "attempt": 1, "id": "65f1c3a4e8b1c2d3a4b5c700", "invoice_id": "65f1c3a4e8b1c2d3a4b5c6d7", "response_body": "OK", "sent_at": 1763398850, "status_code": 200, "url": "https://shop.example.com/webhook/paw" } ], "pagination": { "page": 1, "pages": 1, "per_page": 20, "total": 1 } }
Documentation IndexFetch the complete documentation index at: https://docs.pawpayments.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt
Use this file to discover all available pages before exploring further.
x >= 1
1 <= x <= 100
OK
Show child attributes
{ "page": 1, "pages": 1, "per_page": 20, "total": 1 }