#k3davis-card-verification

1 messages · Page 1 of 1 (latest)

earnest radish
#

For the most part, we recommend relying on Setup Intents to verify the card details when necessary. Definitely do not do a $1 payment intent with manual capture

broken wedge
#

so a setupintent, if the card is closed or otherwise would be declined by the bank, will be declined just as though it were a charge attempt?

#

or at least, catch some of those cases. we're just looking for more verification than a luhn check, not an outright guarantee that when the paymentintent is later created it will always be accepted

#

with our current provider we do "$0 authorizations" for this purpose, i'm just looking for the right stripe equivalent

earnest radish
broken wedge
#

thanks for the clarification