Changelog

New updates and improvements to Lago.

Cancel pending subscriptions

When a subscription is created with a subscription date in the future, its status is automatically set to <text-code>pending<text-code>.

You can now cancel a pending subscription through the Lago API, using the following endpoint:

<text-code>DELETE /api/v1/subscriptions/{external_id}?status=pending<text-code>

Learn more