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.