Specify redirection URLs for each checkout session
A
Arnaud D.
When using Lago and the Stripe integration, we'd like to be able to define a
success_url
and cancel_url
for each checkout session.This request relates to the following endpoints:
- /customers/:customer_external_id/checkout_url
- /invoices/:id/payment_url
This would allow us to display different web pages depending on the workflow (e.g. specific page for payment method registration and specific page for successful payments).