#akashpatil7596_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1230485887553507430
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- akashpatil7596_api, 2 hours ago, 33 messages
Yes here is my subscription ID sub_1P6tJNSDdRXoIRTqPBGQJGWz
where do you see the invoice payment failing exactly?
hi! I'm taking over this thread.
Hello
can you share the request ID (req_xxx) used to updated the Subscriptions?
I'm sorry, I don't know how to get request id
Okay thanks
in your API request, you forgot to set "off_session": "true", to ask for a 3DS exemptions
What does that mean? I've done this before , this is the same code I'm using again
What do I need to change?
when you call the Stripe API to update the Subscription, you need to add an additional parameter: off_session set to true. you can learn more about this parameter here: https://docs.stripe.com/api/subscriptions/update?lang=python#update_subscription-off_session
What does this parameter means? I've done this in my old project it won't needed then
this is telling Stripe that the user is not currently online. so Stripe will request a 3DS exemption for the payment.
this is set automatically for you when you make the request in the Stripe dashboard.
yes