Payments and checkout
Payment processors, the checkout journey, coupons, tax rates, cart recovery, and how customers pay.
Payment processors
/payment-processors — connect the gateways your store accepts: Stripe, PayPal and others. Keys are entered per store (see Site API keys); a test mode lets you place orders without charging. Webhooks from the gateway confirm payment and report disputes.
Payment Connect (/payment-connect) — for marketplaces: sellers connect their own Stripe or PayPal account and the platform fee is split at payment.
Checkout
/cart → /checkout → /payment → /thankyou. Guests can check out with an email address and are given an account; members use their saved addresses. The checkout is a journey — a flow you can edit to add steps (a survey, an upsell, a different page) — see Journeys.
Coupons
/coupons — a code with a fixed or percentage discount, minimum spend, dates, usage limits, product or category scope, and customer-group scope.
Tax
/tax-rates — rates by country and region, applied by the product's tax class and the customer's address.
Cart recovery
Abandoned carts with an email address are followed up automatically after a set time with a link back to the cart.
Subscriptions and credit packs
A subscription product bills on its period and can grant a monthly service-credit allowance; a credit pack grants credits once. See Service credits.