#tanguy pommellet
1 messages · Page 1 of 1 (latest)
Generally with Apple Pay you can't do ad-hoc off-session payments re-using the same token/Payment Method: https://stripe.com/docs/apple-pay?platform=web#recurring-payments
Will this payment method be linked to the apple/google wallet, or will it just be the card used during first payment?
Don't really understand this part of your Q
Generally with Apple Pay you can't do ad-hoc off-session payments re-using the same token/Payment Method:
Ok thanks!
Will this payment method be linked to the apple/google wallet, or will it just be the card used during first payment?
sorry if it was unclear,
trying to reformulate:
if we create a payment intent with setup_future_usage = off_session and that the customer use apple pay to make the payment, are we going to attach a payment method / token to the stripe customer?
From a former discussion with our KAM, I understood that in that case, we were attaching the card used via apple pay to the stripe customer, and that it was possible to charge this card off-session. (as if the member had just filled in card number / expiry date / cvs)