#tanguy pommellet

1 messages · Page 1 of 1 (latest)

ancient ingotBOT
shadow sparrow
#

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

karmic fulcrum
#

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)

shadow sparrow
#

are we going to attach a payment method / token to the stripe customer?
Yes, we'll create a Payment Method object from that Apple Pay card

#

But as the doc I shared explains, you can't charge that ad-hoc off-session. Apple don't permit that - it's not a Stripe limitation

karmic fulcrum
#

Ok very clear 👌

#

Do you know if it work for google pay though?