PHP code example of paga / paga-merchant
1. Go to this page and download the library: Download paga/paga-merchant library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
paga / paga-merchant example snippets
$response=$merchantServiceClient -> reconciliationReport('2015-01-30','2016-01-30');
$response=$merchantServiceClient -> refundBillPay('<reference_Number>','<refund_amount','<customerPhoneNumber>');