#Sv1751

1 messages · Page 1 of 1 (latest)

vague hedgeBOT
raven lotus
#

Hi there, you can attach a Apple Pay / Google Pay payment_method to a customer and reuse later

#

You can collect the Apple Pay/Google Pay payment method by using SetupIntent API or PaymentIntent API with setup_future_usage set

deft folio
#

will it work also if setup_future_usage is off_session and off_session is passed in PaymentIntent or in SetupIntent?

raven lotus
#

Yes it would. There's no setup_future_usage param in SetupIntents API because the payment methods collected via SetupIntents are ready for off_session

deft folio
#

Thanks for your help!