#.abishek
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
would you mind sharing the Checkout Session creation request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ch_3Nx7ZZ25zCqxTDIn1udniSrl
cs_test_a1tNiN49OnHHeqexmGICHuclLOuD4HOTqqRj3P0OvIJ4u5rycC0kJ3Lgjo
this is the request https://dashboard.stripe.com/test/logs/req_leYuvGKxfUPMWd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
still checking
would you mind creating a new test checkout session and share the ID?
Hi there ๐ jumping in as my teammate needs to step away soon.
That is expected behavior, the success URL will not have payment information appended to it. You can configure it so that the Checkout Session's ID is appended to that URL, so that you can look up details of the session afterward. You success URL is currently not set up that way. Instructions for setting that up can be found here, but let me know if that doesn't allow you to do what you're hoping.
https://stripe.com/docs/payments/checkout/custom-success-page#modify-success-url
Thank you @swift rapids @proven garnet
Any time!
can the checkout session tell me if the payment was captured succesfully?
ah, the payment_status should tell me
Yup, that should do it
therea are no other edge cases right? the success url is always reached after all 3DS redirects and payment completions. correct? and if the customer cancels the transactions at the 3DS bank page, it will redirect back to the cancel_url correct?
We will always redirect there, but we can't guarantee the customer will actually make it to the page. They could unexpectedly lose network access, or they could close their browser window/tab before the redirect completes. Are you planning to use this for triggering post-payment processes?