New Features
1. Third-Party Analytics Support
Track customer behavior across Storefront, Checkout, and Customer Portal with Google Analytics 4, Google Tag Manager, and Meta Pixel. Add your tracking IDs in Settings → Analytics to start collecting e-commerce events. Supported Platforms
Tracked Events
Events like
purchase, add_payment_info, view_item, and view_item_list are automatically sent to your analytics platforms as customers browse and complete purchases.
Supported on Storefront, hosted Checkout, overlay/inline Checkout, and Customer Portal.
2. Checkout Theme Customization
Customize checkout appearance via thecustomization.theme_config parameter when creating checkout sessions. Configure colors, fonts, border radius, and button text for both light and dark modes.
Configuration Options
3. Prevent Plan Change on Payment Failure
Newon_payment_failure parameter for subscription plan changes controls behavior when payment fails.
API Updates
Balance Ledger API
NewGET /balances/ledger endpoint to retrieve your account’s ledger entries with filtering and pagination.
Learn more: Balance Ledger API
Payment Response: refund_status
Added refund_status field to GET /payments/{paymentId} response to quickly check if a payment has been refunded without querying the refunds endpoint separately.