thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Downloading payment methods #627

Open trendak opened 3 years ago

trendak commented 3 years ago

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?