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 payment link payment is updated.
Unique event ID. Allows clients to ignore duplicate webhooks.
Fully qualified domain name of the entity associated with the event. Expected wix.paymentlinks.payments.v1.payment_link_payment
.
Event name. Expected updated
.
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.paymentlinks.payments.v1.payment_link_payment_updated",
"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": "faf66111-86e9-4480-a4bb-7a3004eb0092",
"entityFqdn": "wix.paymentlinks.payments.v1.payment_link_payment",
"slug": "updated",
"entityId": "afb2f6c0-e497-4c69-9ddb-be8c82351456",
"createdEvent": {
"currentEntity": {
"id": "afb2f6c0-e497-4c69-9ddb-be8c82351456",
"revision": "1",
"createdDate": "2025-01-21T09:18:11.648Z",
"amount": "10.99",
"paymentLinkId": "6a206d71-52f5-4012-b3dd-8a283fea052e",
"receiptId": "92161421-7897-40ed-9af5-5bc3b1f1fdeb",
"type": "REGULAR",
"regularPaymentLinkPayment": {
"paymentMethod": "creditCard",
"paymentProvider": "Credit/Debit Cards",
"contactDetails": {
"firstName": "John",
"lastName": "Doe",
"fullName": "John Doe",
"phone": "0123456789",
"company": "Green Car Toys",
"email": "business@example.com",
"vatId": {
"id": "12345678",
"type": "CPF"
}
},
"contactId": "2c8ea7dd-c169-47ab-8bcc-0d5e49b7dcc6",
"billingAddress": {
"country": "US",
"subdivision": "NY",
"city": "New York City",
"postalCode": "10000",
"streetAddress": {
"number": "1234",
"name": "Example",
"apt": "12A"
},
"formattedAddress": "NY, Example 12A",
"subdivisions": []
},
"method": "CREDIT_CARD",
"creditCardPaymentMethodData": {
"network": "visa",
"maskedCreditCard": "**** **** **** 5678",
"holderName": "John Doe"
},
"order": {
"type": "ECOM",
"ecomOrder": {
"ecomOrderId": "095159f9-9f44-4ce0-a06f-312d59d56760"
}
}
},
"currencyCode": "USD",
"ecomCheckout": {
"ecomCheckoutId": "e19d84b5-dd8d-4621-92af-abc04b8903d9"
}
}
},
"eventTime": "2025-01-21T09:18:25.253777816Z",
"triggeredByAnonymizeRequest": false,
"entityEventSequence": "2"
}