#shashan_94612
1 messages · Page 1 of 1 (latest)
hi! there isn't really any specific guide for this unfortuantely no, we have nothing for mobile apps creating Subscriptions, although it does just work.
The main idea is that you would combine https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements and https://stripe.com/docs/payments/accept-a-payment?platform=react-native. You create a Subscription on the backend, and use the PaymentIntent from subscription.latest_invoice.payment_intent.client_secret in the frontend to accept the initial payment
@lethal hemlocklekko you mean I should create the subscription service then receive the first payment immediately?