Shopify: Automatically tracked when customers complete the payment step in checkout.
JavaScript
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| items | array | No | Products in checkout |
| value | number | No | Cart value at payment step |
| currency | string | No | ISO 4217 currency code |
| paymentType | string | No | Payment method (e.g., 'credit_card', 'paypal', 'shop_pay') |
When to Fire
- Payment form completion
- Payment method selection
- Before final order submission
Related Events
- add_shipping_info — Previous checkout step
- purchase — When order is completed