#salim-bt_api

1 messages · Page 1 of 1 (latest)

glass sluiceBOT
#

👋 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/1382318457005277336

📝 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.

formal musk
#

hi there!

#

What does it mean? What does it mean at any time? In what methods/cases?
every time you make a payment, 3DS can be request by the bank.

trail harness
#

And user will get action required?

formal musk
#

what does that mean?

#

are you talking about the PaymentIntent status?

trail harness
#

Yes

formal musk
#

then yes, it will be status: action_required

trail harness
#

3DS can be turned off completely?

#

Or the bank control that?

formal musk
#

no, again it's up to the bank to decide when 3DS is shown, not you or Stripe.

trail harness
#

What if bank support it but it’s not required?

formal musk
#

I don't understand the question, sorry.

trail harness
#

Do the banks say if it’s required or not?

formal musk
#

I don't understand, sorry. here's how it works is:

  1. you create/confirm the PaymentIntent
  2. then the bank decide if 3DS is required or not
  3. you can check the PaymentIntent status to see if 3DS was required
trail harness
#

Ok thanks

#

What will happen in the case I described? What will I get in the subscription create response?

formal musk
#

which case?

trail harness
#

Case. I added the payment method and bought a subscription. After a month, I cancelled my subscription and want to buy another subscription. But the payment method has already been created and added, so I'm just sending a subscriptions->create request with this payment method id.

#

What will I get in the subscription create response?

formal musk
#

it depends if the bank authorize the payment, or request 3DS.

trail harness
#

If bank requested 3DS what do you think i will get in create sub response?

#

?

#

What response will be provided to the request in the api subscription->create. We do not use payment intent in this case. We send a subscription->create request and specify the previously added payment method id. We need to know exactly what stripe will return if the bank requests 3d secure check

formal musk
#

the Subscription will be incomplete, and you'll need to ask teh user to come back to your website, and re-confirm the PaymentIntent to trigger the 3DS flow.

#

I recommend testing this in testmode to see how it works.

trail harness
#

Okk thanks

glass sluiceBOT
bleak wren
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

trail harness
#

No thanks