#narnau - 3D Secure
1 messages · Page 1 of 1 (latest)
Hello! Yep, the scenario you describe is possible. Card issuers can request 3D Secure for any transaction whenever they want, so your integration needs to handle cases like that and bring the customer back on-session so they can either provide authentication for their existing card or provide a new method of payment.
Do you know if there is any documentation about that?
What kind of documentation are you looking for exactly? Developer documentation on how to build your integration?
I mean, I think I have the purchase flow integrated and working ok with the 3DSecure
But I'm seeing this error
And I guess it's related with the scenario I described
So I would like to know how to deal with this scenario
Can you give me your account ID? You can find it at the bottom of this page: https://dashboard.stripe.com/settings/user
acct_1HbayPDxVVZMabNO
This error is shown in a connected account
connected account: acct_1J51lWRan8eBFVGo
I don't know why that banner is being displayed... I think it might be an error? I recommend you write in to Support and ask them to investigate why that banner is there: https://support.stripe.com/contact/email
I tried some weeks ago and they didn't help me at all
That's why I'm asking here again
At least it seems that you know what are you talking about. I can't tell the same about the other support guys...
Can you send me some documentation about how to deal with the scenario I ask you about?
Well, that's the thing, it seems like your integration is fine. The banner is talking about declines due to authentication, but you don't have any (click on the See next steps button and it shows no recent card payments).
For example, this is a case when I guess that this is happening. This customer has a subscription, and when stripe tries to "update subscription" it's not possible. What I have to do in this cases? I'm not finding any examples out there.
Our guide for handling recurring charge failures like this is here: https://stripe.com/docs/billing/subscriptions/overview#build-your-own-handling-for-recurring-charge-failures
Thank you @pine zenith
See also this section: https://stripe.com/docs/billing/migration/strong-customer-authentication#scenario-3
That last link is probably more relevant to what you're asking about, actually.
Here it says: "If you don’t want to use Stripe’s tooling to manage failures". So there is a way to use stripe tooling for this?
Which is this tool?
Okey, thank you
Yeah, sorry, ignore that first link and look at the second one. My fault!
okey, thanks!
It seems that this second link is exactly what is happening to that case I previously showed you
I will read it and if I have some more doubts I will ask you again.
Thanks!
Hi!
I've a question about connected accounts on 3DSecure.
I see this option, that solves my problem, but,
Is it necessary to apply this configuration to all my connected accounts or can I only apply once in my main account?
@pine zenith
Hello! @pine zenith had to step away but I can help!
That depends on your integration - what kind of accounts are you working with (standard, express, custom)? And what kind of fund flow (destination, direct, separate charge + transfer)?
Standard accounts
Direct
Gotcha, so in that case that's something that your connected accounts need to enable on their own accounts
Mhm
And there is some way to do this via API? I mean, this configuration
To automate the process (
No, there isn't a way to do this through the API and you can't update these settings on behalf of your standard accounts anyways - they have to enable it themselves