#salim-bt_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/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.
- salim-bt_api, 14 hours ago, 28 messages
- salim-bt_api, 18 hours ago, 18 messages
- salim-bt_api, 19 hours ago, 25 messages
- salim-bt_api, 1 day ago, 20 messages
- salim-bt_api, 1 day ago, 32 messages
- salim-bt_finalize-on-server, 1 day ago, 11 messages
and 6 more
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.
And user will get action required?
Yes
then yes, it will be status: action_required
no, again it's up to the bank to decide when 3DS is shown, not you or Stripe.
What if bank support it but it’s not required?
I don't understand the question, sorry.
Do the banks say if it’s required or not?
I don't understand, sorry. here's how it works is:
- you create/confirm the PaymentIntent
- then the bank decide if 3DS is required or not
- you can check the PaymentIntent status to see if 3DS was required
Ok thanks
What will happen in the case I described? What will I get in the subscription create response?
which case?
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?
it depends if the bank authorize the payment, or request 3DS.
you can test this on your end in test mode with our test cards here: https://docs.stripe.com/testing#regulatory-cards
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
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.
Okk thanks
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
No thanks