#henrik_47214
1 messages · Page 1 of 1 (latest)
you need to use SetupIntents(https://stripe.com/docs/payments/save-and-reuse) to save cards, not attach directly tokens with /v1/customers
Attaching cards to a customer usually works for us though. This just happens for some master cards and not all
yep, but when it doesn't work(the bank forces 3D Secure on the $0 validation charge) that's why you should be using SetupIntents
Okey, so is it better to always use SetupIntents?
yes