GladePay is the leading digital payment provider with focus across African countries, dedicated to creating simple payment solution for African businesses. We are focused on building trust between buyers and sellers by providing simple solutions using the payment options (online or offline) preferred with complete security and efficiency.
You can install the package via composer:
composer require iamahless/glade-bank-transfer
Initiate Class:
$glade_pay = new Ahless\GladeBankTransfer("MERCHANT-ID", "MERCHANT-KEY", "https://demo.api.gladepay.com");
Initiate Bank transfer
$bank_transfer = $glade_pay->bankTransfer('5000', null);
Verify Payment
$bank_transfer = $glade_pay->verifyPayment('GP56315504420210605Q');
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.