#sam-paymentintent-offsession

1 messages · Page 1 of 1 (latest)

wanton gorgeBOT
grizzled cypress
#

sam-paymentintent-offsession

#

@slate knoll we never create a Customer for you. If you don't set one, then there won't be one. What setup_future_usage allows you to do is configure the PaymentMethod to be reusable but it still as to be attached to a Customer. In that case you can create a Customer later (async) and then update the PaymentIntent to have customer: 'cus_123' and that should attach the PaymentMethod for you

slate knoll
#

okay, does the payment medthod need to be attached to a customer in order to use it again for a future charge? or is the payment_method id on it's own enough?

grizzled cypress
#

yes it needs to be attached to be re-used

slate knoll
#

okay thank you