PHP code example of hmphu / payoneer

1. Go to this page and download the library: Download hmphu/payoneer 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/ */

    

hmphu / payoneer example snippets


php composer.phar 

public function getToken(request\PayeeSignupRequest $request) {}

public function getTokenXML(request\PayeeSignupAutoPopulationRequest $request) {}

public function getApiStatus() {}

public function getVersion() {}

public function performPayoutPayment(request\PerformPayoutPaymentRequest $request) {}

public function getPaymentStatus($payeeId, $paymentId) {}

public function getAccountDetails() {}

public function getPayeeDetails($payeeId) {}

public function changePayeeId($oldId, $newId) {}

public function getPayeesReport($startDate, $endDate) {}

public function getSinglePayeeReport($payeeId) {}

public function getUnclaimedPayments() {}

public function getUnclaimedPaymentsCSV() {}

public function movePayeeProgram() {}

public function cancelPayment($paymentId) {}