Magento 2 Paybox Payment Gateway

Table of Content

  1. Extension Installation
  2. Configuration
  3. Paybox Payment Method in Frontend
  4. Paybox Payment Details in Backend

 

  1. Extension Installation
  • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
  • Login to your SSH and run below commands step by step:
    • php bin/magento setup:upgrade
    • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
    • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
    • php bin/magento cache:flush
  • That’s it.
  1. Configuration

For configuring the extension, log in to Magento 2, move to Sales > Payments Methods > Paybox Payment Gateway where you can find various settings to enable the extension.

  • Enabled: Set “YES” to enable the payment method.
  • Title: Set the title for the payment method to be displayed in the frontend.
  • Sandbox Mode: Select YES to enable sandbox mode.
  • Show Paybox Logo: Set YES to show Paybox logo along with the payment method in the frontend.
  • Site: Enter the site provided by the Paybox gateway.
  • Rang: Enter the RANG provided by the Paybox gateway.
  • Password: Enter the password for the payment gateway account.

Note: You can find SITE number, RANG number, SITE password in your Paybox account.

  • Payment Action: Select one of the actions to process payments.
  • Credit Card Types: Select the credit card types to allow payments from.
  • Instructions: Add instructions to show along with the payment method in the frontend.
  • Payments from Applicable Countries: Select countries to allow payments from.
  • Sort Order: Enter Sort Order of the payment method display in frontend.


 

  1. Paybox Payment Method in Frontend
    Once the payment method is configured, Paybox Payment Gateway method is shown in the frontend on the checkout page. Just enter the card details and click to place order.


  

  • Paybox Payment details in “My Account” section
    Once the order is placed, the Paybox payment method details are shown in the Account dashboard, in “My Orders” tab.


  

 

  1. Paybox Payment Details in Backend
    Sales > Orders > Order View section in the backend shows the Paybox payment information to admin.