2017 © Pedro Peláez
 

library payoneer

Payonner API Implement in PHP

image

hmphu/payoneer

Payonner API Implement in PHP

  • Tuesday, February 23, 2016
  • by hmphu
  • Repository
  • 5 Watchers
  • 15 Stars
  • 5,235 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Payoneer PHP SDK

A unofficial PHP wrapper for Payoneer API, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist hmphu/payoneer

or add, (*4)

"hmphu/payoneer": "*"

to the require section of your composer.json., (*5)

Supported functions

The token is unique and is generated by Payoneer specifically for each sign-up session., (*6)

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

The token is unique and is generated by Payoneer specifically for each sign-up session., (*7)

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

Get API status

This method provides the status of the API and payout, (*8)

public function getApiStatus() {}

Get API version

This method provides the API version., (*9)

public function getVersion() {}

Perform payout payment

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., (*10)

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

Get payment status

This method, if successful, reports the status of a payment that was earlier sent to the Payoneer system., (*11)

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

Get account details

This method returns the partner’s available account balance., (*12)

public function getAccountDetails() {}

Get payee details

This method returns details about the requested payee and his status at Payoneer., (*13)

public function getPayeeDetails($payeeId) {}

Change payee id

This method changes the ID of an existing payee (old) to a new one., (*14)

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

Get payees report

This method returns all payments made to payees, grouped by payment method., (*15)

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

Get single payee report

This method returns all payments made to a single payee., (*16)

public function getSinglePayeeReport($payeeId) {}

Get unclaimed payments

This method returns an array of all payments that have not yet been claimed., (*17)

public function getUnclaimedPayments() {}

Get unclaimed payments csv

This method returns a CSV string of all payments that have not yet been claimed., (*18)

public function getUnclaimedPaymentsCSV() {}

Move payee program

This method returns a CSV string of all payments that have not yet been claimed., (*19)

public function movePayeeProgram() {}

Cancel a payment

This method cancels a payment that has not yet been processed and loaded to an account., (*20)

public function cancelPayment($paymentId) {}

ICPN Callback

You must create your own ICPN code (see PayoneerPayouts_IntegrationGuide2.49.pdf) and setup ICPN callback link in your Payoneer partner admin panel., (*21)

Authors and Contributors

Make with love to Payoneer, (*22)

In 2016, PhuHM (@hmphu), http://hmphu.com, (*23)

Support or Contact

Having trouble? [contact me][3], (*24)

The Versions

23/02 2016

dev-master

9999999-dev

Payonner API Implement in PHP

  Sources   Download

GNU

The Requires

 

by Phu Hoang

23/02 2016

1.0.0

1.0.0.0

Payonner API Implement in PHP

  Sources   Download

GNU

The Requires

 

by Phu Hoang