#akashpatil7596_api

1 messages ยท Page 1 of 1 (latest)

rocky quiverBOT
#

๐Ÿ‘‹ 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.

lyric magnetBOT
#

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.

little rain
#

๐Ÿ‘‹ happy to help

#

would you mind sharing the failed request ID?

naive spindle
#

Yes here is my subscription ID sub_1P6tJNSDdRXoIRTqPBGQJGWz

little rain
#

where do you see the invoice payment failing exactly?

naive spindle
#

what do you mean?

#

Here, the failed payment I tried with API

rocky quiverBOT
blazing cloak
#

hi! I'm taking over this thread.

naive spindle
#

Hello

blazing cloak
#

can you share the request ID (req_xxx) used to updated the Subscriptions?

naive spindle
#

I'm sorry, I don't know how to get request id

blazing cloak
#

OK, I will try to find it

naive spindle
#

Okay thanks

blazing cloak
#

in your API request, you forgot to set "off_session": "true", to ask for a 3DS exemptions

naive spindle
#

What does that mean? I've done this before , this is the same code I'm using again

#

What do I need to change?

blazing cloak
naive spindle
#

What does this parameter means? I've done this in my old project it won't needed then

blazing cloak
#

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.

naive spindle
#

Okay great

#

I have to use this parameter even in live mode, right?

blazing cloak
#

yes