| Field | Type | Required | Description | Example |
|---|---|---|---|---|
resource |
String | ✔️ | Indicates the response contains a webhook event object. Will always contain the string event for this endpoint. |
event |
id |
String | ✔️ | The identifier uniquely referring to this event. | event_GvJ8WHrp5isUdRub9CJyH |
webhookEventTypes |
EntityWebhookEventWebhookEventTypes | ✔️ | N/A | payment-link.paid |
entityId |
String | ✔️ | The entity token that triggered the event | pl_qng5gbbv8NAZ5gpM5ZYgx |
createdAt |
String | ✔️ | The event's date time of creation. | 2024-06-10T14:23:45+00:00 |
embedded |
JsonNullable<Embedded> | ➖ | Full payload of the event. | |
links |
EntityWebhookEventLinks | ✔️ | An object with several relevant URLs. Every URL object will contain an href and a type field. |