Yehhpay Magento 2 Extension
This extension will enable merchants to accept post delivery payments via Yehhpay to increase their conversion rates.
With Yehhpay, merchants can offer their customers an convenient post delivery payment method and at the same time control credit risks., (*1)
When installing this extension, an additional payment method will be added to your checkout., (*2)
In this installation manual we assume you have already got an account with us. If not, you can apply for an account with Yehhpay on https://account.postcode.nl/aanmelden/yehhpay, (*3)
The extension was created by Wezz e-Commerce for Yehhpay., (*4)
Looking for the Yehhpay Magento 1 Extension?, (*5)
https://www.wezz.co/extensions/yehhpay, (*6)
FAQ, (*7)
https://www.wezz.co/extensions/yehhpay, (*8)
API Documentation, (*9)
This extension uses Yehhpay's Merchant API. Documentation of the API can be found on
https://api.yehhpay.nl/documentation/merchant/api, (*10)
Installation
2. Installation
2.1 Installation Magento Marketplace
Soon this extension will be available on Magento Marketplace., (*11)
2.2 Installation through Composer
- On the command line, go to your Magento root folder.
- Run the following command to add the extension to your codebase:
composer require wezz/yehhpay-m2
, (*12)
- Enable the extension in Magento using the following commands
php bin/magento module:enable Wezz_Yehhpay
, (*13)
php bin/magento setup:upgrade
, (*14)
php bin/magento cache:clean
, (*15)
And, when running production mode:, (*16)
php bin/magento setup:static-content:deploy
, (*17)
Now, you can log in to the Magento backend and configure and enable the extension., (*18)
Configuration
Navigate to the module configuration using the following path:, (*19)
Stores -> Configuration -> Sales -> Yehhpay, (*20)
Fields
Fill in the following fields to configure your Yehhpay extension., (*21)
General
Field |
Explanation |
Enabled |
Option to enable/disable the module on your Magento store |
Payment mode |
Switch between test and live payment mode |
Application key |
Please find your Application key in your Yehhpay account |
Application secret |
Please find your Application secret in your Yehhpay account |
Minimum Order Total |
The minimum order amount that can be payed with Yehhpay |
Maximum Order Total |
The maximum order amount that can be payed with Yehhpay |
Advanced
Field |
Explanation |
Check on billing and delivery addresses |
Yehhpay requires customers shippings and invoice address to be the same, must be set to yes. |
Service identifier |
Please find your Application identifier in your Yehhpay account |
Frontend label |
The name of the Yehhpay Payment method in the Magento checkout |
Payment success status |
The status of the order when the payment module returns status success |
Payment failed status |
The status of the order when the payment module returns status failed |
Payment from Specific Countries |
Select specific country from with customers can pay with Yehhpay, leave empty for all countries
|
Troubleshooting
For Frequently Asked Questions please visit https://www.wezz.co/extensions/yehhpay., (*22)