How to use Payum Stripe Checkout Button in our own template?

438 views Asked by At

I just added the Payum Bundle to my e-commerce application so users will be able to pay online. However, I'm having a problem with Payum templates.

When the user chooses to pay using stripe, I redirect them to the prepareAction in the PaymentController as described by stripe documentation. The payment works fine. However, the user arrives first in a blank page only with the stripe button and then he sees the popup window to fill the payment information. What I wanted is that he arrives directly on this form without this blank page.

I am trying to find a way to override this template or include it in my template but I cannot figure out how to do. I think I must have been doing something wrong. It should be easier to integrate stripe from what I read. Could anybody help me?

0

There are 0 answers