omnipay icon indicating copy to clipboard operation
omnipay copied to clipboard

Downloading payment methods

Open trendak opened this issue 4 years ago • 0 comments
trafficstars

  1. How can i collect payments with omnipay?
  2. 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:

  1. I need to download payment methods in backend and pass them to the application.
  2. The application then sends back the payment id.
  3. Then I have to create a payment and redirect to the payment gateway website.

Is it possible in omnipay?

trendak avatar Dec 31 '20 09:12 trendak