Page cover

Magento Integration

The PayLater plugin offers merchants the ability to integrate "Buy Now, Pay Later" (BNPL) functionality into their Magento2 stores, providing customers with flexible payment options. This comprehensive guide will walk you through the step-by-step installation and configuration process for seamless integration.

Download Plugin

794KB
Open

Manual Setup

  • In your Magento2 root directory, navigate to [ROOT]/app/code/ and create a folder called PayLater/PayLaterpay

  • Unzip the PayLater plugin in that folder

  • Enable PayLater by running the following command in your command line interface:

php bin/magento module:enable PayLater_PayLaterpay
  • Run the following commands sequentially

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Login to your Magento Admin Panel.

Admin Configurations

Admin Configuration is a crucial step in setting up the PayLater plugin in your Magento2 store. In this section, you'll access the Magento Admin Panel and navigate through specific settings to tailor the PayLater payment gateway according to your preferences.

  • Log in to your Magento Admin Panel.

  • Navigate to Stores > Configuration > Sales > Payment Methods and expand OTHER PAYMENT METHODS tab. You will see PayLater Show Now Pay Later option.

Payment Settings

  • Under Payment Settings, you may enable or disable this payment option.

  • Set the Payment Mode to "Live" for the live environment and "Sandbox" for testing.

  • You need to get your Merchant ID and Outlet ID from your PayLater Account Manager

  • Enter your Merchant ID and Outlet ID provided here. These credentials are crucial for secure communication between your store and the PayLater platform.

  • Save the configuration and clear the cache .

Testing

To ensure smooth functionality, it's recommended to test the PayLater payment option:

  • Add a product to your cart and proceed to checkout

  • During checkout, select PayLater as the payment method.

  • You will be redirected to the secure PayLater platform to complete the BNPL payment process.

  • Use test shopper account provided in Testing Credentials

  • Please use 300 QAR as the amount to test

Last updated