#Sv1751
1 messages · Page 1 of 1 (latest)
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
will it work also if setup_future_usage is off_session and off_session is passed in PaymentIntent or in SetupIntent?
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
Thanks for your help!