#Zohaib
1 messages · Page 1 of 1 (latest)
Hello 👋
What test card are you using?
Can you try 4000000000003220 instead to see if you get the same behavior?
I wonder if the other card is trying to trigger 3DS1
The above one 3063 is not working fine it taking me to confirm payment screen
But it show me error in console, when I check it tell me issue at paymentMethod Line
Am I missing something on confirmation page?
here my laravel code for confirmation page
Not sure, our team don't know a ton about connector integrations such as laravel cashier.
Do you see any API errors in your logs which might be relevant here?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
In exception it is writen require_payment_method for this card
can you share the request ID?
request id mean?
Look at the support link I shared above, it should guide you to find the API request ID
Can you share the req_xxx ID in text here?
req_rdeg5jtVevmpMc
Yeah that looks like a generic decline on the subscription. Hmm, not sure if there's something missing in your connector integration. It is a third-party connector so we don't know how exactly it functions.
looks like other folks have had issue with vue/laravel too
https://stackoverflow.com/questions/74402173/stripe-js-3d-secure-2-test-cards-work-but-3d-secure-test-cards-do-not-work
Try this
I also managed to trigger the 3DS pop-up show for *3063 card. For that you need to go here to your Dashboard (https://dashboard.stripe.com/settings/radar) (or here - https://dashboard.stripe.com/test/settings/radar in test mode) and enable “Use Radar on payment methods saved for future use”. However, this is not required for testing your Setup Intent setup.