I am using Razorpay for the payment purpose in my Android app.
compile project(':razorpay-android-2.0.1')
Currently, payments are working fine.
Now I need to implement recurring payment (Auto-renew / subscription) using Razorpay.
I couldn't find any clean docs for the same. Please feel free to update me with valuable info.
Finally, I found it myself.
There are 3 main steps:
But, All of these three steps are to be implemented from the backend.
From the front end side (Android app) we need to do the following:
FYI. I used the sdk "com.razorpay:checkout:1.4.5"
Happy Coding.