Add Payment Info

Triggered after the user adds their payment information.

Properties:

NameTypeDescription
origintextWix App name, i.e Stores, Bookings
optiontextAdditional information to send with Extended Ecommerce checkout step

Example:

Copy
1
trackEvent("AddPaymentInfo", {
2
"origin": "Wix Events",
3
"option": "Paypal"
4
} );
Was this helpful?
Yes
No