#omar-belghiti-alaoui-setupintents
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You can still save those cards, you just need to be able to notify your customers in future when a payment requires authorization.
You will just need to confirm the setup intent client side
Just a guess is this for the 3184 test card?
yes the one need auth all the time ๐
The problem in my workflow is the card I use it when the deed is delivred
so in this moment i cannot go back to the user to confirm his card
there is clean way to not accept this type of cards
Good question, will look in to that and get back to you with what I can see...
Ah supper thank you very match ๐
Not seeing a good way to do that.
Though I do think it is worth mentioning that if specify that the payment is off_session when confirming the intent, we let the banks know that the customer is on session so they are less likely to request 3DS auth https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-off_session
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you