Skip to main content
POST
/
api
/
v2
/
invoices
/
{invoice_id}
/
notify
Resend the merchant webhook for this invoice
curl --request POST \
  --url https://api.pawpayments.com/api/v2/invoices/{invoice_id}/notify \
  --header 'x-api-key: <api-key>'
{
  "ok": true,
  "result": {
    "message": "Notification queued"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

invoice_id
string
required

Unique 24-character hex invoice id.

Response

OK

ok
boolean
required
result
NotifyQueued · object
required
Example:
{ "message": "Notification queued" }