#Siddhesh-Android
1 messages · Page 1 of 1 (latest)
I recommend to start with this guide https://stripe.com/docs/payments/accept-a-payment?platform=android
Hi orakaro, thanks for this
but this seems to be for one time payments
will this work for subscriptions too?
recurring payments
on monthly basis
Yes it would work but a bit differently, once sec
I recommend following this Subscription flow, but replace all client code with Android equivalent in the first guide above https://stripe.com/docs/billing/subscriptions/build-subscription?ui=elements
It's in am similar fashion, you create a Subscription backend, take its latest_invoice.payment_intent 's secret, then passing back to your Android and in Android process like a normal one-off Payment
Thank you so much