#LucaDaniele
1 messages · Page 1 of 1 (latest)
The URL that I give to customers to pay the order
Sorry, my bad.
Example: https://checkout.stripe.com/c/pay/...
It's max expiry date is 24h.
Ok by default is already set to 24h?
Why do you need it longer?
Because the URL is sent by email to the customers so maybe they don't pay the order in the 24h. But that's not a problem I'll send a new one after 24h if the order is not paid
Thank you 🙂
The best practice is to send customers a link to your application, when they click on it, your application makes a call to Stripe to generate a fresh Checkout URL, after that, you redirect the customers to Stripe Checkout. This way you don't need to worry about Checkout link expiry.
Yeah that's a great way to make it, thanks for the tip I'll do that way
Thank you have a nice day
Happy to help! You too!