Accept credit and debit cards, e-wallets, bank transfers, and send bulk payments via a single integration in Indonesia.
-
You can install the gateway via composer:
composer require blesta/duitku
-
OR upload the source code to a /components/gateways/nonmerchant/duitku/ directory within your Blesta installation path.
For example:
/var/www/html/blesta/components/gateways/nonmerchant/duitku/
But before upload must be run this :
composer install
Add this code into duitku.php
require_once dirname(__FILE__) . DS . 'vendor' . DS . 'autoload.php';
-
Log in to your admin Blesta account and navigate to
Settings > Payment Gateways
-
Find the Duitku gateway and click the "Install" button to install it
-
You're done!