Event Payment Event
This webhook is triggered whenever a payment transaction is updated (including refunds) via specific Wix business solutions.
Event Body
Event Body Event data is received as a JSON Web Token (JWT). It may be delayed.
Be sure to verify the data was sent by Wix.
Event Data
ONE OF:
idstring
Unique event ID.
eventTimestringformat date-time
Event timestamp
wixAppIdstring
ID of the Wix app that triggered this event.
wixAppInstanceIdstring
Unique ID assigned to each Wix app in each site.
eventTypestring
6 supported values:
UNDEFINEDTRANSACTION_STATUS_CHANGEDREFUND_STATUS_CHANGEDRECURRING_PAYMENT_STATUS_CHANGEDTRANSACTION_UPDATEDTRANSACTION_CREATED
Event type.
managingWixAppIdstring
ID of Wix app that mediated between Wix Payments and the Wix app that triggered the event (if relevant).
ONE OF:
transactionStatusChangedEventobject
refundStatusChangedEventobject
recurringPaymentStatusChangedEventobject
transactionUpdatedEventobject
transactionCreatedEventobject
Was this helpful?