I am using Stripe payment gateway in my project (App.net). I want to implement automatically recurring payment (customers are automatically charged monthly on a particular date).
How can I implement this? Does Stripe support recurring payments?
Stripe does indeed support recurring payments. You can find details on implementing them in Stripe's Billing quickstart.