hmphu/payoneer
Composer 安装命令:
composer require hmphu/payoneer
包简介
Payonner API Implement in PHP
README 文档
README
A unofficial PHP wrapper for Payoneer API
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
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
The token is unique and is generated by Payoneer specifically for each sign-up session.
public function getTokenXML(request\PayeeSignupAutoPopulationRequest $request) {}
Get API status
This method provides the status of the API and payout
public function getApiStatus() {}
Get API version
This method provides the API version.
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.
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.
public function getPaymentStatus($payeeId, $paymentId) {}
Get account details
This method returns the partner’s available account balance.
public function getAccountDetails() {}
Get payee details
This method returns details about the requested payee and his status at Payoneer.
public function getPayeeDetails($payeeId) {}
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
This method returns all payments made to payees, grouped by payment method.
public function getPayeesReport($startDate, $endDate) {}
Get single payee report
This method returns all payments made to a single payee.
public function getSinglePayeeReport($payeeId) {}
Get unclaimed payments
This method returns an array of all payments that have not yet been claimed.
public function getUnclaimedPayments() {}
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
This method returns a CSV string of all payments that have not yet been claimed.
public function movePayeeProgram() {}
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
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
hmphu/payoneer 适用场景与选型建议
hmphu/payoneer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8.42k 次下载、GitHub Stars 达 28, 最近一次更新时间为 2016 年 02 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 hmphu/payoneer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hmphu/payoneer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 29
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2016-02-23