#k3davis

1 messages · Page 1 of 1 (latest)

nova marlinBOT
vernal totem
#

The Setup Intent, once confirmed successfully, will generate a Payment Method object (pm_xxx) that can be used to create off-session payments.

grim ocean
#

Yes, I'm able to do that successfully. So it sounds like my understanding is correct, I don't need to keep track of the SetupIntent ID, I only need to keep track of its resulting payment method in order to capture an off-session payment. The SetupIntent is effectively not needed anymore.

#

Correct?

#

I guess another way of asking, what's the difference between a payment method I created using the API and a payment method created using a setupintent, if either one can be used for future off session charges.

vernal totem
#

I don't need to keep track of the SetupIntent ID
Correct, once succeeded it is redundant and can be discarded.

I guess another way of asking, what's the difference between a payment method I created using the API and a payment method created using a setupintent, if either one can be used for future off session charges.
Creating them directly via API (/v1/payment_methods) won't correctly setup the card for off-session usage (i.e. carry out any 3DS/auth for SCA, that we can later use to request exemptions for).

grim ocean
#

That makes perfect sense, thanks for helping me sort it out 🙂