Skip to main content
WEBHOOK

Headers

X-Webhook-Signature
string
required

Signature of the webhook event payload, used for verification.

X-Webhook-Timestamp
string
required

Timestamp of the webhook event, used to prevent replay attacks.

Example:

"2025-08-20 20:56:36.456"

X-Webhook-Event
string
required

The type of event being sent.

Example:

"payment.created"

Body

application/json
webhook_id
string
required

Unique identifier for the webhook

Example:

"webhook_0197be04-14b7-716e-9cba-f3582532f7dc"

url
string<uri>
required

URL where webhook events will be sent

Example:

"https://webhook-handler.com/webhooks"

event
enum<string>
required

Type of webhook event that occurred

Available options:
invoice.updated
Example:

"invoice.updated"

resource_id
string
required

Updated Invoice identifier

Example:

"invoice_019851f5-39f7-714a-8f2c-3c3eede808b4"

payload
object
required

Details of the Invoice that was updated

Examples:
timestamp
string
required

Timestamp when the event occurred

Example:

"2025-08-20 20:56:36.456"