Articles on: Increase your sales volume

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

currency

Forces a specific checkout currency. Format: ISO code (USD, EUR, ARS).

currency=USD

coupon

Applies a discount coupon.

coupon=SAVE20

interval (subscriptions only)

Sets the billing interval (monthly or annual).

interval=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&currency=USD
  • With coupon:
    https://your-domain.com/publication/august-2024?automatically_open_checkout=true&currency=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&currency=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


  1. Visits the URL with automatically_open_checkout=true.
  2. The system clears the cart.
  3. The product is added automatically.
  4. The checkout modal opens.
  5. 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


  1. Visits the link.
  2. Gets redirected to login.
  3. Signs in.
  4. 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.




https://your-domain.com/publication/bestseller?automatically_open_checkout=true&currency=EUR&coupon=PARTNER15


โžก๏ธ Local currency, coupon tracking, and frictionless buying.



๐Ÿ’ป Landing pages


<a href="/subscribe/123?automatically_open_checkout=true&interval=month&currency=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

Was this article helpful?

Share your feedback

Cancel

Thank you!