Feature Requests
Under Review
License can be directly displayed and copied on the order page
It is hoped that the license can be directly displayed and copied on the order page after the user completes the purchase, rather than only being sent to the user via email, as there will be a loss in conversion.
2 Comments
Sign in to comment
SA SP·7 months ago
Lemon Squeezy has this feature. This is a must-have feature.

Hi,
Thanks for the suggestion — it's a fair ask, and we'll consider it for the future.
In the meantime, you don't have to rely on email only. The license key is returned via the license_key.created / payment.succeeded webhook and the License Keys API, and we also append parameters to your return URL after checkout — so you can display and copy the key on your own success page right away. Customers can also retrieve it anytime from the Customer Portal.
Docs:
- Return URL / checkout: https://docs.dodopayments.com/developer-resources/checkout-session
- License endpoints: https://docs.dodopayments.com/features/license-keys#lifecycle-operations-public-endpoints
We'll keep this in mind for future improvements.