#jahirjje

1 messages ยท Page 1 of 1 (latest)

pallid hingeBOT
neon stratus
#

Hi ๐Ÿ‘‹
Yes you can do this

sonic glen
#

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'

neon stratus
#

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

sonic glen
#

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

neon stratus
#

Test card 3220 will always require 3DS authentication. That's how that test card is designed

sonic glen
#

Ok, I understand, I have a question, in real life there will be a card that always requires authentication

neon stratus
#

I have not seen that be the case but, as I mentioned, this is at the discretion of the issuing banks

sonic glen
#

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?

hot jackal
#

๐Ÿ‘‹ 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

sonic glen
#

Ok, thank you very much for your time