PHPackages                             hmphu/payoneer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. hmphu/payoneer

ActiveLibrary[Payment Processing](/categories/payments)

hmphu/payoneer
==============

Payonner API Implement in PHP

1.0.0(10y ago)288.4k10GNUPHPPHP &gt;=5.4.0

Since Feb 23Pushed 10y ago6 watchersCompare

[ Source](https://github.com/hmphu/payoneer)[ Packagist](https://packagist.org/packages/hmphu/payoneer)[ RSS](/packages/hmphu-payoneer/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Payoneer PHP SDK
================

[](#payoneer-php-sdk)

A unofficial PHP wrapper for Payoneer API

Installation
------------

[](#installation)

The preferred way to install this extension is through composer.

Either run

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

```

or add

```
"hmphu/payoneer": "*"

```

to the require section of your composer.json.

Supported functions
-------------------

[](#supported-functions)

#### Get signup link

[](#get-signup-link)

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

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

```

#### Get signup link with auto fill data

[](#get-signup-link-with-auto-fill-data)

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

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

```

#### Get API status

[](#get-api-status)

> This method provides the status of the API and payout

```
public function getApiStatus() {}

```

#### Get API version

[](#get-api-version)

> This method provides the API version.

```
public function getVersion() {}

```

#### Perform payout payment

[](#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.

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

```

#### Get payment status

[](#get-payment-status)

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

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

```

#### Get account details

[](#get-account-details)

> This method returns the partner’s available account balance.

```
public function getAccountDetails() {}

```

#### Get payee details

[](#get-payee-details)

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

```
public function getPayeeDetails($payeeId) {}

```

#### Change payee id

[](#change-payee-id)

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

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

```

#### Get payees report

[](#get-payees-report)

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

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

```

#### Get single payee report

[](#get-single-payee-report)

> This method returns all payments made to a single payee.

```
public function getSinglePayeeReport($payeeId) {}

```

#### Get unclaimed payments

[](#get-unclaimed-payments)

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

```
public function getUnclaimedPayments() {}

```

#### Get unclaimed payments csv

[](#get-unclaimed-payments-csv)

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

```
public function getUnclaimedPaymentsCSV() {}

```

#### Move payee program

[](#move-payee-program)

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

```
public function movePayeeProgram() {}

```

#### Cancel a payment

[](#cancel-a-payment)

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

```
public function cancelPayment($paymentId) {}

```

#### ICPN Callback

[](#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
------------------------

[](#authors-and-contributors)

Make with love to Payoneer

In 2016, PhuHM ([@hmphu](https://github.com/hmphu)), [http://hmphu.com](http://www.hnphu.com)

Support or Contact
------------------

[](#support-or-contact)

Having trouble? [contact me](mailto:me@hmphu.com)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3780d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd115d146c384a7b17ac22fe1a8c43409c2049e0fa74674896936aa9ade5c90f?d=identicon)[hmphu](/maintainers/hmphu)

---

Top Contributors

[![hmphu](https://avatars.githubusercontent.com/u/2835749?v=4)](https://github.com/hmphu "hmphu (2 commits)")

### Embed Badge

![Health badge](/badges/hmphu-payoneer/health.svg)

```
[![Health](https://phpackages.com/badges/hmphu-payoneer/health.svg)](https://phpackages.com/packages/hmphu-payoneer)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.3M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.4M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
