#franks
1 messages · Page 1 of 1 (latest)
Hi there!
Hi
Unfortunately we don't have a specific doc for this, so you'll have to use multiple sources:
- How to create subscription https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements (read up to Step 5, so at this point you will have a Subscription created on the backend with a client_secret)
- How to accept payments on Android: https://stripe.com/docs/payments/accept-a-payment?platform=android (and use the client secret on your frontend to pay for the subscription)