Automatic Checkout
Home
Increase your sales volume
3. ๐ Automatic Checkout
๐ Automatic Checkout
Automatic Checkout lets your users buy in just one click.
When someone visits a product or subscription page with a prepared link, the system takes them straight to payment โ no extra steps.
Written By Lara Macarena Sastre
Last updated About 1 month ago
๐ What it does
Depending on the userโs situation, the system behaves as follows:
User SituationWhat Happens | |
โ Doesnโt have access to the product | The cart is cleared, the product is added, and the checkout opens automatically. |
โ Already has access (issue or product) | The user is redirected directly to the reader. |
๐ Has an active subscription | The user is sent to their library with the message: โYou already have an active subscription.โ |
๐ Not logged in | The user is redirected to login, and after signing in, goes back to checkout with the product ready. |
โ๏ธ How to use it
To enable this feature, just add parameters to your product or plan URL.
๐ Main parameter
automatically_open_checkout=true
โก๏ธ This is the one that activates the automatic checkout flow.
If itโs missing or set to
false, the page will load normally (without auto-checkout).
๐ฐ Optional parameters
ParameterWhat it doesExample | ||
| Forces a specific checkout currency. Format: ISO code (USD, EUR, ARS). |
|
| Applies a discount coupon. |
|
| Sets the billing interval (monthly or annual). |
|
๐ก You can mix and match these depending on your use case.
๐งฉ URL examples
๐ฐ For products or issues
Base URL:https://your-domain.com/publication/{issue_slug}
- Basic automatic checkout:
https://your-domain.com/publication/august-2024?automatically_open_checkout=true - With currency:
https://your-domain.com/publication/august-2024?automatically_open_checkout=true¤cy=USD - With coupon:
https://your-domain.com/publication/august-2024?automatically_open_checkout=true¤cy=EUR&coupon=SAVE20
๐ณ For subscriptions
Base URL:https://your-domain.com/subscribe/{plan_id}
โ ๏ธ If the plan is private, the URL must be signed.
- Basic subscription:
https://your-domain.com/subscribe/123?automatically_open_checkout=true - Annual plan in USD:
https://your-domain.com/subscribe/123?automatically_open_checkout=true&interval=annual¤cy=USD - Monthly plan with coupon:
https://your-domain.com/subscribe/123?automatically_open_checkout=true&interval=month&coupon=WELCOME50
๐ฃ What the user sees (step by step)
Case 1: Logged-in user without access
- Visits the URL with
automatically_open_checkout=true. - The system clears the cart.
- The product is added automatically.
- The checkout modal opens.
- The user pays and gains access.
Case 2: Logged-in user with access
- The system detects existing access and redirects straight to the reader.
Case 3: Not logged in
- Visits the link.
- Gets redirected to login.
- Signs in.
- Returns to checkout with the product already in the cart.
Case 4: Active subscription
- The system redirects to the library with the message:
โYou already have an active subscription.โ
๐ง Technical notes (simplified)
- The cart is always cleared before adding a new product.
- Only one product or plan can be purchased at a time through this flow.
- If a currency or interval isnโt available, the default configuration is used instead.
๐ก Great ways to use it
โ๏ธ Email marketing
Get the August issue now! https://your-domain.com/publication/august-2024?automatically_open_checkout=true&coupon=NEWS20โก๏ธ The user clicks and goes straight to checkout.
๐ฑ Social media campaigns
Annual subscription โ 30% OFF! https://your-domain.com/subscribe/premium-plan?automatically_open_checkout=true&interval=annual&coupon=INSTA30โก๏ธ Perfect for one-click CTAs on Instagram or Facebook.
๐ค Affiliate or partner links
https://your-domain.com/publication/bestseller?automatically_open_checkout=true¤cy=EUR&coupon=PARTNER15โก๏ธ Local currency, coupon tracking, and frictionless buying.
๐ป Landing pages
<a href="/subscribe/123?automatically_open_checkout=true&interval=month¤cy=USD"> Start your trial now </a>โก๏ธ A single CTA button with direct checkout.
๐ Abandoned cart emails
Finish your purchase: https://your-domain.com/publication/july-magazine?automatically_open_checkout=trueโก๏ธ Sends the user straight back to checkout โ no searching needed.
๐งพ Quick checklist
โ๏ธ Use automatically_open_checkout=true
โ๏ธ Add currency, coupon, or interval if needed
โ๏ธ Sign the URL if the plan is private
โ๏ธ Test all flows:
- Logged-in user
- Guest user
- User with access
- User with active subscription
โ FAQ
๐๏ธ The checkout doesnโt open automatically
Check that the URL includes automatically_open_checkout=true.
๐ธ The currency doesnโt apply
That currency might not be configured. The tenantโs primary currency is used instead.
๐๏ธ The coupon isnโt working
If itโs invalid or expired, checkout will continue without a discount.
๐ The cart gets cleared
Yes โ the automatic checkout flow always empties the cart to ensure a single direct purchase.
Updated on: 18/12/2025
Thank you!
