I want to use stripe android sdk pre build UI payment sheet for recurring payment (Subscription) in my android app. I see payment sheet example for non recurring payment on stripe document but i didn't found document for subscription in android. I have spend lot of time to find example of same but i didn't get any solution.
If anyone help me then it's save my day.
You are correct that Stripe doesn't have a dedicated Doc for Subscription + PaymentSheet.
However you should be able to follow their general Subscription integration guide, but in step 6 of "Collect payment information", simply use the PaymentSheet instead, with the Subscription's
latest_invoice.payment_intent.client_secretproperty. The implementation in Android should be the same.