cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Method

Payment Method

Hi, 

 

I was thinking to add Klarna, Paypal and maybe AmazonPay to my webshop. 

Do you know what is the process to be able to have those payment method? There are different type of extension on the internet. Should I individually contact those companies? 

Thanks in advance.

 

Best regards

Ben 

5 REPLIES 5

Re: Payment Method

Hi @Ben0

 

Which magento 2 version are you using ? - Because looking at the magento 2.2 release notes and as per my experience - this all payment gateways are available by default in magento 2.2.4 version and so on.

 

check the release notes of magento 2.2.4 version here is the link - https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.4CE.html

 

PayPal is already there and in magento 2.2.4 - they have added vertex , klarna and amazon pay as well.

 

so if you are using this version then you don't required to installed separate extension for this payment gateways.

 

you just need to configured those payment method , here i am sharing the link - how to configured that payment gateways - https://docs.magento.com/m2/ce/user_guide/payment/klarna.html

 

Hope it helps.

if issue solved,Click Kudos & Accept as Solution

Re: Payment Method

Hello @Ben0

 

Very easy to integrate Paypal, Amazon Pay and klarna with Magento.

 

Paypa and Amazon Pay is native payment gateway in Magento you follow below links to configure both payment gateways:

Paypalhttps://docs.magento.com/m2/ee/user_guide/payment/paypal-express-checkout.html

 

AmazonPayhttps://docs.magento.com/m2/ce/user_guide/payment/amazon-pay-setup.html

 

Klarna: https://docs.magento.com/m2/ce/user_guide/payment/klarna-setup.html

 

Please let me know if you face any problem Smiley Happy

Manish Mittal
https://www.manishmittal.com/

Re: Payment Method

Thank you for the links!

I'm using magento 2.2.5. 

 

Best regards

Ben

Re: Payment Method

Hi @Ben0

 

Yes if you are using magento 2.2.5 - then you just need to configured this payment method from the backend - configured it and your issue will resolved. 

if issue solved,Click Kudos & Accept as Solution

Re: Payment Method

Hello @Ben0

 

One more thing, as Magento 2.2.6 is already released so you can upgrade your Magento version. 

Magento 2.2.6: More stable and performance is better than 2.2.5

 

php bin/magento maintenance:enable
composer require magento/product-community-edition 2.2.6 --no-update
composer update

rm -rf <Magento install dir>/var/cache/rm -rf <Magento install dir>/var/page_cache/rm -rf <Magento install dir>/var/generation/bin/magento setup:upgrade
php bin/magento maintenance:disable
service varnish restart

 

Manish Mittal
https://www.manishmittal.com/