#ebellotpu6
1 messages · Page 1 of 1 (latest)
Hi there, when you create a PaymentMethod it only validates that the card info looks legitimate (it passes the Luhn check). You won't get a bank validation until you confirm a SetupIntent or PaymentIntent with that PaymentMethod
Or attach it to a Customer
okey, so first I create the paymentmethod and then, if the card info is correct and passes the Luhn, I will confirmsetupintent with the paymentmethod.id
it's okey?