#arditron
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-expires_at - you can read about the expiry time here
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also, would the session be expired after returning to a "success url" or a "cancel url" for "Payment" mode - if payment is already successfully made, the customer can't make payment again for that Checkout Session. For cancel url, since the customer hasn't completed payment yet they should be able to reaccess the Checkout Session and attempt payment again, you can test this out