#BJ-3DS
1 messages ยท Page 1 of 1 (latest)
Yes. Please help.
could you please explain what's happening in details?
We develop API in PHP (Laravel). https://prnt.sc/U2tTME7QddIe
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?
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
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?
you'd need to implement a webhook endpoint and listen to the failed payment events
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
on_session means?
means that the user would have to reenter the payment details and authenticate the card when 3DS is required
When the user does the first time payment, it was failed then if they try again the same issue will happend
could you please share the request id? here's how you can find it https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
sorry for the late reply, discord has been really busy this morning
On what time the less traffic?
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
I advise you to read this https://support.stripe.com/questions/decline-code-do-not-honor#:~:text=If a card is declined,the company name for assistance.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok. Is there any code site issue?
sorry I don't follow
So I want to confirm with you if any issue so I will resolve it based on your guidance