Changelog

Updates, additions and improvements to Lemon Squeezy

Feb 14, 2023

A fix for broken checkout links

We've made an update to our checkout links, which means that they no longer show a 404 in certain situations. Due to how our sharing flow works, some checkouts were not loading properly after being shared online.

Fixes & Improvements

- Payments that are “processing” now show the “Your order is processing” message when the checkout is submitted (instead of just showing the normal success message).

- Fixed an issue where orders that take a long time to process weren’t getting properly fulfilled

Brought to life by:

Gilbert

Engineer
Feb 7, 2023

Discount redemptions and proration control in the API

Two quick updates to the Lemon Squeezy API today!

We've added new Discount redemption endpoints so you can easily query discount usage in your store.

The update subscription API endpoint now has a new "disable_prorations" flag to help you manage proration on the subscription level.

Fixes & Improvements

Brought to life by:

Gilbert

Engineer
Feb 6, 2023

New checkout preview option in the API

We've added a preview option to our checkout API, which will return the totals (tax, discount etc) the customer will see when they visit the checkout.

Fixes & Improvements

Brought to life by:

Eric

Engineer
Jan 26, 2023

Magic link logins for customers

To make it easier for your customers to view their orders and downloads, we've removed the requirement for an email and password to log in. We now send a much simpler magic link over email.

Fixes & Improvements

Brought to life by:

Gilbert

Engineer
Jan 25, 2023

Subscription invoices endpoints

We've just expanded our API with new endpoints for querying subscription payments, making it possible to easily add customer billing histories to your app.

Check out the Subscriptions invoices documentation.

Fixes & Improvements

Brought to life by:

Eric

Engineer