Skip to main content

Magento 2

The Billease Checkout plugin works only on Magento 2.x.

Download the plugin zip package, extract it, and copy the contents into a directory of your Magento store under magento-root-folder/app/code.

You should see the Billease Checkout Magento plugin in the Module Manager (System => Web Setup Wizard => Module Manager) list. Click the Select drop-down menu and select Enable. The Enable Module wizard will appear and perform checks to verify that the module is ready to be installed.

magento_module_manager

Click Next until you reach the last step of the wizard. Click Enable to let Magento install and configure the module. Note that it may take time depending on your server's capability.

Once finished, go to Payment Methods (Stores => Configuration => Sales => Payment Methods). You should see the Billease Checkout payment method configuration form.

magento_payment_methods_configuration

Add your Merchant JWT, Merchant Code, and Shop Code. Make sure that Sandbox Mode is enabled to allow testing using our staging environment. After entering necessary details, click Save Config button.

To update order status in your store based on status changes from our API, you need to add new integration.

Go to Integrations (System => Extensions => Integrations). Click Add New Integration.

Set Name to Billease and input your admin password to Your Password field.

On the API tab, enable Orders resources (Sales => Operations => Orders => Actions) by checking Create, View, Edit, and Cancel checkboxes.

magento_orders_resources

Click Save, then Activate. On the next screen, click Allow. Take note of the Access Token value.

For our API to use this integration, you need to save the access token in our system through the Merchants Portal.

Go to the Shops tab and select the target shop from the list of shops. Then select the Integration tab on that page.

magento_shops_integration

Paste the Access Token value you took note of earlier into the API Key field. Click Save. On the confirmation dialog, click Confirm.

magento_billease_token

Customers will now be able to use Billease as a payment method in your Magento 2 shop upon order checkout.