#jahirjje
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Yes you can do this
We cover this here: https://stripe.com/docs/payments/save-and-reuse?platform=web
Hi, thank you, i integrate a setup intent and use confirmCardSetup to validate and save the card
the problem is, i use a cron to do a paymentintent, but failed
and throw the error 'authentication_required'
How was the Setup Intent created? What card was used?
Banks can request additional authentication at any time so your integration will need to be able to handle that
I am using php, in my controller I create the setupintent, later I send the secretclient and with javascript I use confirmCardSetup. And i use the card 4000000000003220
The objective is to create the payment method before and later through cron tasks to make the membership charges, however my boss does not want to use the stripe subscriptions, so we handle the charges
But we have noticed in the tests that the cards that use 3ds require authentication even if the user has done so when saving their payment method
Test card 3220 will always require 3DS authentication. That's how that test card is designed
You can review the rules around this here: https://stripe.com/docs/testing#regulatory-cards
Ok, I understand, I have a question, in real life there will be a card that always requires authentication
I have not seen that be the case but, as I mentioned, this is at the discretion of the issuing banks
Ok, I have a question regarding paymentintents, when they are incomplete is it necessary to take any action? either cancel them, complete them somehow, or just ignore it?
๐ stepping in as Snuffkin needs to step away
No need to take action
You can ignore them if you don't mind the Dashboard clutter
Ok, thank you very much for your time