Skip to content

Billplz/billplz-for-magento-2.3

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
etc
 
 
 
 
 
 

Billplz for Magento 2.3

Accept payment using Billplz for Magento 2.3.x

Version: 1.0.0

The extension is using Billplz API v3.

Installation

  1. Copy all files to app/code/Billplz/BillplzPaymentGateway folder directory.
  2. Enable plugin.
    php bin/magento module:enable Billplz_BillplzPaymentGateway --clear-static-content
  3. Run database upgrade.
    php bin/magento setup:upgrade
  4. Run compilation process.
    php bin/magento setup:di:compile
  5. Flush cache
    php bin/magento cache:flush
  6. Configure it in Stores > Sales > Payment Methods > Billplz.
  7. Get Billplz API secret key, Collection ID, XSignature Key and update in the config.

Test Mode

This extension also include a testing mode where you can do a test run on Billplz sandbox environment. To use sandbox mode, set API Key from Billplz Sandbox. Create an account in Billplz Sandbox environment.

Other

Facebook: Billplz Dev Jam

About

Billplz extension for Magento 2.3.x

Resources

Stars

Watchers

Forks

Packages

No packages published