#ngopi160198gmail.com
1 messages · Page 1 of 1 (latest)
Hello
I am trying to get checkout session recovery url while creating a new check session.
but i am unable to retrieve the recovery url . even though i have enabled the same using the api integration while working on salesforce with stripe.
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
What specific issue are you facing? Can you share the cs_xxx ID of the session?
req_C8ka2KwXBy439a
cs_test_b14DBbtHojOscOqe1CcFKWd6R0zv2IVgNCgwMpKWr6mzuVnOcV04Obkl6U
I am trying to reactivate the expired checkout session.However, i am unable to get the recovered Url from the expired session.
Well, it's in the after_expiration hash (https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-after_expiration-recovery-url) on the Checkout Session object. Generally you'd listen for checkout.session.expired events and it'd be included there
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.