omnipay
omnipay copied to clipboard
Downloading payment methods
trafficstars
- How can i collect payments with omnipay?
- How to redirect to the gateway page after selecting payment?
I have to use the payment gateway stripe at the moment soon I will want to change to another gate. I am doing a micro service. So I have to do:
- I need to download payment methods in backend and pass them to the application.
- The application then sends back the payment id.
- Then I have to create a payment and redirect to the payment gateway website.
Is it possible in omnipay?