#padek
1 messages · Page 1 of 1 (latest)
Hello
I assume what you mean here is you save the PaymentMethod and attempt to authorize/capture it multiple times?
yes im jsut wondering if thats how it works and if a customer saves a dynamic payment method would it be used when registering for the first time
There is no guarantee that when a PaymentMethod is saved for future use that it won't be declined one future auth's
So yes, this is very possible
just to confirm if we use stripe.PaymentMethod.create to save a pm does it makes a charge to verify the integrity of the card?
No
You need to use a SetupIntent to properly set up a card for future use
Or a PaymentIntent (if you are charging it immediately and also setting it up for future use)
thank you appreciate your time