#BJ-3DS

1 messages ยท Page 1 of 1 (latest)

deep sluice
#

๐Ÿ‘‹ happy to help

haughty cosmos
#

Yes. Please help.

deep sluice
#

could you please explain what's happening in details?

haughty cosmos
#

Now when we try to do the payment. Using some card the payment display as failed.

#

If we try with the same card details for single payment (not subscription) it works perfact

#

The requirement is implement monthly subscription

#

Hello, Are you there?

deep sluice
#

yes, basically there's no real easy solution for this

#

when you setup for future usage a card that needs SCA (3DS auth), it's upon the issuing bank's discretion whether to accept the card without SCA when used in "off_session" mode or not

#

in the case where the issuing bank doesn't accept that, you need to be able to catch that case and ask the customer to return to an "on_session" where they would provide the 3DS authentication

haughty cosmos
#

Do we need to any changes in the code side or customer need to check with their bank?

#

I provided the code screenshot. Where do we have to change for this and what changes are required?

deep sluice
#

you'd need to implement a webhook endpoint and listen to the failed payment events

#

once that happens, you'd have to find a way to make the customer come back to your website and do an "on_session" payment

haughty cosmos
#

on_session means?

deep sluice
#

means that the user would have to reenter the payment details and authenticate the card when 3DS is required

haughty cosmos
#

When the user does the first time payment, it was failed then if they try again the same issue will happend

deep sluice
haughty cosmos
#

Request Id: req_8X1GfcWWWmkTGZ

#

Available?

deep sluice
#

sorry for the late reply, discord has been really busy this morning

haughty cosmos
#

On what time the less traffic?

deep sluice
#

no worries, I'm looking into this, and honestly there's no pattern for the traffic on discord

#

the card was declined and the decline_code was do_not_honor

haughty cosmos
#

Ok. Is there any code site issue?

deep sluice
#

sorry I don't follow

haughty cosmos
#

So I want to confirm with you if any issue so I will resolve it based on your guidance

deep sluice
#

when the decline code is do_not_honor Stripe is not given any additional information beyond the decline code and cannot provide insight into why the card was declined.

#

Please read through the link I sent earlier