#khoi
1 messages · Page 1 of 1 (latest)
I am mainly asking because of this quote from Stripe + Apple Pay
You can use Apple Pay tokens to create one-off payments or subscriptions. For repeat purchases that aren’t related to a subscription, Stripe recommends that you create single-use tokens. Your customer must authenticate with the Apple Pay payment sheet each time—attempting to reuse payment information for a non-subscription payment can result in it being declined.
So you are looking to understand if the Payment Method generated from Apple Pay can be used to create off-session payments?
yup
And which doc are you getting that from? I am reviewing any guidance here: https://stripe.com/docs/apple-pay and not finding a reference to non off-session usage
It looks like you can request by specifying the parameter
i am looking at that exact docs actually
Your customer must authenticate with the Apple Pay payment sheet each time—attempting to reuse payment information for a non-subscription payment can result in it being declined.
does this not imply that we have to re-auth?
keep in mind it's not a periodic recurring payment.
it's more like card vaulting so they can just do a tap through checkout next time with apple pay card vaulted with Stripe
That may be likely to incur more declinations
hm sorry can you clarify more
should i be store apple pay card for future payments?
Could you please link the doc you keep quoting? I'm not finding it
https://stripe.com/docs/apple-pay this one
What API version are you on?
I ask because I'm looking at the same doc and I see this
i am not sure. how do i see my api version for web? i thought it's a public docs site
👋 Taking over this thread, catching up now
You may check default API version on your account in https://dashboard.stripe.com/test/developers
API version section
Thanks for sharing!
Apple Pay can be saved for later charges, but it's up to the issuer to approve or decline afterwards
but it's up to the issuer to approve or decline afterwards
is this any different from an issuer for a normal credit card entry?
as in is there anything specifically different about apple pay?
or as long as we save the payment method from apple pay with stripe, we are good to go? should work the same way as normal credit card?
there is no difference from saved card payment
perfect
thank you so much!
wow, cant believe i got apple pay to work with 2 lines of change lol
!!!
great to hear that apple pay works with minimal changes :🎊
ah sorry while i have you here still. works great on mobile web safari but this step froze
most likely an apple safari thing but maybe worth asking
it looks like there is no card stored in your Mac
this step is provided by Mac Apple Pay, so i don't have enough context to debug what's going on
No problem! Happy to help 😄