#Hamza_Shaikh
1 messages · Page 1 of 1 (latest)
Hello
So you mostly want to follow our integration guide here: https://stripe.com/docs/apple-pay?platform=react-native except when you get to the part about creating a PaymentIntent, you would create a Subscription instead which will create an underlying Invoice and PaymentIntent.
Have you read through that guide yet?
You will basically want to combine that guide with https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements which will guide you through how to implement the server-side pieces
I have read that.
Apple Pay will create a card token that you can use to create a Customer object within Stripe. You can use that token to create a recurring payment or subscription for a Customer using Billing.
How to get token?
and is Apple allow this and approved Apps on Appstore?
Overall yes that is correct. And yes Apple approves this as long as you aren't selling digital “content, functionality, or services,”
Which we talk about here: https://stripe.com/docs/apple-pay?platform=react-native#using-stripe-and-apple-pay-versus-in-app-purchases
if there's any example code regarding this please tell me
New MPAN based solution
should i also use MPAN based solution?
Overall yes the new MPAN solution is a more reliable way to make recurring payments especially if you are going to be using trials for your Subscriptions