I am using PayumBundle to integrate Stripe payment gateway to my symfony2 application. i can create a successful direct payment, however i cannot create a recurring one. as the documentation of the bundle very poor.
My question is how to implement recurring payment for a customer using PayumBundle or any similar one.
I manage to do a small combination between PayumBundle & Stripe-php as following:
The only issue i am facing is if use createCaptureToken() it shows Checkout Payment Form again, hence i used createToken() instead, however gain i face another issue which is the status of the transaction is new.