PHP wrapper for Payoneer API
A unofficial PHP wrapper for Payoneer API
The token is unique and is generated by Payoneer specifically for each sign-up session.
public function getToken(request\PayeeSignupRequest $request) {}
The token is unique and is generated by Payoneer specifically for each sign-up session.
public function getTokenXML(request\PayeeSignupAutoPopulationRequest $request) {}
This method provides the status of the API and payout
public function getApiStatus() {}
This method provides the API version.
public function getVersion() {}
This method, if successful, creates a payment request in the Payoneer system. Prior to issuing payment instructions, the partner’s account balance in the Payoneer system must be credited relative to the payment request. Payout instruction submission will fail if the partner’s account balance does not have sufficient funds to perform the account loads. In addition the payee ID must be active.
public function performPayoutPayment(request\PerformPayoutPaymentRequest $request) {}
This method, if successful, reports the status of a payment that was earlier sent to the Payoneer system.
public function getPaymentStatus($payeeId, $paymentId) {}
This method returns the partner’s available account balance.
public function getAccountDetails() {}
This method returns details about the requested payee and his status at Payoneer.
public function getPayeeDetails($payeeId) {}
This method changes the ID of an existing payee (old) to a new one.
public function changePayeeId($oldId, $newId) {}
/**
This method returns all payments made to payees, grouped by payment method.
public function getPayeesReport($startDate, $endDate) {}
This method returns all payments made to a single payee.
public function getSinglePayeeReport($payeeId) {}
This method returns an array of all payments that have not yet been claimed.
public function getUnclaimedPayments() {}
This method returns a CSV string of all payments that have not yet been claimed.
public function getUnclaimedPaymentsCSV() {}
This method returns a CSV string of all payments that have not yet been claimed.
public function movePayeeProgram() {}
This method cancels a payment that has not yet been processed and loaded to an account.
public function cancelPayment($paymentId) {}
You must create your own ICPN code (see PayoneerPayouts_IntegrationGuide2.49.pdf) and setup ICPN callback link in your Payoneer partner admin panel.
Make with love to Payoneer
In 2016, PhuHM (@hmphu), http://hmphu.com
Having trouble? contact me