#lafafm-card validation
1 messages · Page 1 of 1 (latest)
👋 happy to help
are you still using the Charges API? or did you migrate to the Payment Intents API?
Already migrated to the Payment Intents
@shy merlin sorry for delay
Actually we're using SetupIntents to save the cards
And after saving card - we're making additional authentication for $1 to validate the card
That's the way business want to work, so I wanna try to figure out any alternatives, maybe better practices here
the best practise is to not do this and just handle the decline robustly(potentially retry it and have a system to reach out to the customer) when you actually charge the card.
Okay, thank you