#beltring99
1 messages · Page 1 of 1 (latest)
but apple pay only supports these types of payments, how to integrate apple pay into the future payment feature
Is that the same Doc?
https://stripe.com/docs/payments/save-and-reuse?platform=ios&ui=payment-sheet#apple-pay on the first link you shared, of how to enable ApplePay
I have a question, is it possible to create a payment method using ApplePay? Similar to what we do with credit cards, we create a payment method and link it to the stripe client.
This is necessary in order to use the payment method in for future payments.
Yeah I think you can. Just try it! Implement according to the Doc.
After customer complete the PaymentSheet, you will receive a SetupIntent with a normal Payment Method
thnak