Download the PHP package hmphu/payoneer without Composer

On this page you can find all versions of the php package hmphu/payoneer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package payoneer

Payoneer PHP SDK

A unofficial PHP wrapper for Payoneer API

Installation

The preferred way to install this extension is through composer.

Either run

or add

to the require section of your composer.json.

Supported functions

Get signup link

The token is unique and is generated by Payoneer specifically for each sign-up session.

Get signup link with auto fill data

The token is unique and is generated by Payoneer specifically for each sign-up session.

Get API status

This method provides the status of the API and payout

Get API version

This method provides the API version.

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.

Get payment status

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

Get account details

This method returns the partner’s available account balance.

Get payee details

This method returns details about the requested payee and his status at Payoneer.

Change payee id

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

Get payees report

This method returns all payments made to payees, grouped by payment method.

Get single payee report

This method returns all payments made to a single payee.

Get unclaimed payments

This method returns an array of all payments that have not yet been claimed.

Get unclaimed payments csv

This method returns a CSV string of all payments that have not yet been claimed.

Move payee program

This method returns a CSV string of all payments that have not yet been claimed.

Cancel a payment

This method cancels a payment that has not yet been processed and loaded to an account.

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.

Authors and Contributors

Make with love to Payoneer

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

Support or Contact

Having trouble? contact me


All versions of payoneer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
guzzlehttp/guzzle Version ^6.1
verdant/xml2array Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hmphu/payoneer contains the following files

Loading the files please wait ....