This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a receipt is sent.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.receipts.v1.receipt
.
Event name. Expected sent
.
ID of the entity associated with the event.
Event timestamp.
Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).
If present, indicates the action that triggered the event.
Event information.
The data payload will include the following as an encoded JWT:
{
"data": {
"eventType": "wix.receipts.v1.receipt_sent",
"instanceId": "<app-instance-id>",
"data": "<stringified-JSON>",
// The identity field is sent as a stringified JSON
"identity": {
"identityType": "<identityType>", // ANONYMOUS_VISITOR, MEMBER, WIX_USER, APP
"anonymousVisitorId": "<anonymousVisitorId>", // in case of ANONYMOUS_VISITOR
"memberId": "<memberId>", // in case of MEMBER
"wixUserId": "<wixUserId>", // in case of WIX_USER
"appId": "<appId>" // in case of APP
}
}
}
{
"id": "6c0097ce-c2eb-482e-bd59-79ba20d12c31",
"entityFqdn": "wix.receipts.v1.receipt",
"slug": "sent",
"entityId": "b2cfeb72-cc80-4158-9447-182c0c30daff",
"actionEvent": {
"body": {
"receiptId": "b2cfeb72-cc80-4158-9447-182c0c30daff",
"automatic": true
}
},
"eventTime": "2025-01-20T09:21:41.201645208Z",
"triggeredByAnonymizeRequest": false
}