#namrata-3ds
1 messages · Page 1 of 1 (latest)
hi there! I'm not that familiar with Laravel, but looking at the Laravel documentation, they have some sections on handling 3DS : https://laravel.com/docs/9.x/billing#strong-customer-authentication
https://laravel.com/docs/9.x/billing#handling-failed-payments
Are you running into any specific issue? If so, can you share what's the issue?
hello
we did real payment and it did not ask for bank authentication otp?
Is it normal to process payment like this?
Hi @upbeat tapir can you share with me the payment intent ID? you can find it from Dashboard.
yes
1st let me explain my follow for stripe payment
Using ajax call making request to stripe controller then in that using $charge variable but i would like to do 3DS when user click on pay button without refreshing page
waiting for replay
hii
Hi @upbeat tapir how can I help?
Using ajax call making request to stripe controller then in that using $charge variable but i would like to do 3DS when user click on pay button without refreshing page
Can you share with me the PaymentIntent ID that we talked about earlier?
yes
Nice, please share it here when ready
ch_3L264AKz8WXEqDYJ2n9BKADW
Thanks, I noticed that you are still using the old Charge API, and I'll recommend you to upgrade to PaymentIntent API which is compatible with 3DSv2.
how to use that paymentIntent API
https://stripe.com/docs/payments/payment-intents/migration here's a migration doc
can we request this api using ajax call