- Redirect to Payment Gateway and process payment
 - Return Back to store success page
 
Any help will be appreciated. I have followed the Inchoo implementing a payment gateway tutorial But no luck.
- 
 The payment method with Adapter Class, rakeshjesadiya.com/…Rakesh Jesadiya– Rakesh Jesadiya2020年06月05日 12:15:11 +00:00Commented Jun 5, 2020 at 12:15
 
1 Answer 1
The common tutorial for adding custom payment integration is still in process, but you can use sample-module-payment-gateway as an example.
Also, the off dev doc describes how to add a custom payment to the checkout page.
And a new implementation of the Braintree payment method is a good example of best practices for payment integrations.
UPD: Magento team has published payments methods documentation.
- 
 Hi Joni, Can you please share idea how to redirect to payment gateway?Trimantra Software Solution– Trimantra Software Solution2016年06月16日 13:04:00 +00:00Commented Jun 16, 2016 at 13:04
 - 
 1Depends on your integration, it can be simple redirect from browser or post redirect (like submit hidden form)joni jones– joni jones2016年06月16日 14:29:02 +00:00Commented Jun 16, 2016 at 14:29