Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.64 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.64 KB

Glade Bank Transfer

Latest Version on Packagist Total Downloads

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.

Installation

You can install the package via composer:

composer require iamahless/glade-bank-transfer

Usage

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');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.