cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Payment Gateway

Magento 2 Payment Gateway

We're in the process of doing service inventory for Magento 2.

 

We use Braintrain as our Payment Gateway.   Does anyone know if Braintree will be one of the provided payment gateways for Magento 2 or will we have do integrate ourselves?

 

Thanks

Randy

5 REPLIES 5

Re: Magento 2 Payment Gateway

Magento 2 supports the Braintree payment gateway out of box, there is a core module: https://github.com/magento/magento2/tree/develop/app/code/Magento/Braintree

Re: Magento 2 Payment Gateway

After back to back hacked sites using v 1.9 I've decided to start over with community edition v2.

 

I can not find any first data payment processing for v2

 

Can anyone point me to something that will resolve this?

 

Thanks

Jerel

Re: Magento 2 Payment Gateway

Check out the user guide provided by Magento.  It provides a step by step guide on how to configure Braintree as well as test card credentials.

 

http://docs.magento.com/m2/ce/user_guide/payment/payments.html

Re: Magento 2 Payment Gateway

Magento 2 is growing rapidly. We will soon be building our client’s stores on the platform with extensions. I wanted to take an opportunity which will go over at a bit of higher level on how to implement payment gateway module of Magento 2.

As you probably know that a lot of changes are made in Magento 2. The module setup and the code structure is not an exception here. Our Magento payment provider gateway is a mechanism that allows you to integrate your stores with payment service providers. As a result, you can create and handle transactions based on order details. Here is an awesome blog on implementing payement gateway in Magento 2. Check out this blog by APPSeCONNECT-


Learn how to implement payment gateway in Magento 2

 

Re: Magento 2 Payment Gateway

Thanks