Changelog

Updates, additions and improvements to Lemon Squeezy

Mar 17, 2023

New webhook event and various API updates

We've just added a brand new "subscription_updated" webhook event, which makes it a lot easier to keep track of subscription changes in your application. This new event will be sent for all changes to a subscription so you can make sure you're always showing the latest data to your users.

Fixes & Improvements

- Custom data added to checkouts is now stored permanently + is available in all future webhooks and API calls related to orders, subscriptions & licenses.

- We've added customer IDs to order, subscription and license key objects, making it easier to tie certain objects back to your customers.

- We've added card_brand and card_last_four attributes to Subscription objects so you can display card details to card-paying customers in your billing pages.

- The subscription_payment_success webhook event now gets sent after each subscription is first created, when previously it would only be sent for renewal payments and plan changes.

- billing_anchor can now be set to null or 0 to reset to the current date and remove any existing trials.

- We've fixed the MRR and ARR charts on your dashboard.

- When a customer updates their billing method information following a failed renewal payment, we will retry the payment immediately (previously there could have been a few hour's delay).

Brought to life by:

Eric

Engineer
Mar 17, 2023

Modify subscriptions in the dashboard

It's always been possible to update subscription plans with our API, but now we've made it easy peasy to modify subscriptions in the dashboard, too!

Simply open a subscription and click "Modify subscription" to change plans and handle proration.

Fixes & Improvements

Brought to life by:

Claudio

Engineer
Mar 6, 2023

Updated payout invoices

We've just added an option in your Payout settings allowing you to add your company address and tax number to all of your payout invoices.

You can also now generate a "reverse invoice" on-demand for every pay out.

Find out more in the Getting paid docs

Fixes & Improvements

Brought to life by:

Gilbert

Engineer
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