Merchant Invoices Webhooks APIResend invoice webhook

Resend invoice webhook

Triggers a manual resend of the latest webhook event for an invoice.

curl -X POST "https://api.example.com/v1/api/v1/invoices/example_string/webhooks/resend" \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "successful": true,
  "invoice_id": "example_string",
  "event_id": 123,
  "resend": {
    "ok": true,
    "http_status": 42,
    "duration_ms": 42,
    "attempt_id": 123
  }
}
POST
/api/v1/invoices/{invoice_ref}/webhooks/resend
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-Api-Key)
X-Api-Keystring
Required

Merchant API Key.

Merchant API Key.
path
invoice_refstring
Required

Invoice identifier — either our order_id (UUID) or the merchant's external_id

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Api-Keystring
Required

API Key for authentication. Merchant API Key.

Path Parameters

invoice_refstring
Required

Invoice identifier — either our order_id (UUID) or the merchant's external_id

Responses

successfulboolean
invoice_idstring
Required

Internal invoice order_id (UUID)

event_idinteger
Required

The webhook event that was resent

resendobject
Required