#padek

1 messages · Page 1 of 1 (latest)

fallen torrentBOT
exotic kelp
#

Hello

#

I assume what you mean here is you save the PaymentMethod and attempt to authorize/capture it multiple times?

static storm
#

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

exotic kelp
#

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

static storm
#

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?

exotic kelp
#

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)

static storm
#

thank you appreciate your time