Skip to content

myxiaoao/jlpay-allocate

Repository files navigation

Jialian Payment's account allocation business PHP SDK.

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require cooper/jlpay-allocate

Usage

$api = new Cooper\JlpayAllocate\Api(PUBLIC_KEY, PRIVATE_KEY, ORG_CODE);
$response = $api->sendOrderSplitQueryRequest(mchId: '849584358120018', orderNo: '61106708379852213248'); // 分账交易结果查询
var_dump($response);

Check the API methods corresponding to the API class.

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Jialian Payment's account allocation business PHP SDK.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages