Magento – How to redirect from magento 2 checkout page to the 3rd party payment gateway api

apimagento2payment-gatewayPHP

I am working on the Magento 2 payment gateway. The backend is completed but in frontend we stuck for getting the Magento 2 customer detail and post it to our 3rd party API. Please suggest.

Best Answer

To implement payment gateway on Magento 2, I would recommend you to use the following reference:

http://inchoo.net/magento-2/implementing-payment-gateway-magento-2/

This is simple in words and also a best solution to solve your problem.