8000 GitHub - meng1204/canada-wechat-alipay: Integrate Wechat Pay and Alipay through Alpha Pay Payment Gateway APIs. Allow Canadian merchants to easily accept Wechat Pay and Alipay for their E-commerce Platform.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Integrate Wechat Pay and Alipay through Alpha Pay Payment Gateway APIs. Allow Canadian merchants to easily accept Wechat Pay and Alipay for their E-commerce Platform.

License

Notifications You must be signed in to change notification settings

meng1204/canada-wechat-alipay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Pay - Wechat Pay and Alipay

安装 Install

Composer require meng1204/canada-wechat-alipay

使用方法 How to use

use AlphaPay;

$alphapay = new AlphaPay([
    'PARTNER_CODE' => '',
    'CREDENTIAL_CODE' => '',
    'description' => '',
    'price' => '',
    'notify_url' => '',
    'operation' => '',
    'currency' => '',
    'order_id' => '',
]);

$alphapay->pay->Jsapi();
$alphapay->pay->Qr();
$alphapay->pay->H5();
$alphapay->pay->refund();

$alphapay->commonApi->orderQuery();

More Information on Alpha Pay Page

Visit the Alpha Pay Official Website to know more details.

About

Integrate Wechat Pay and Alipay through Alpha Pay Payment Gateway APIs. Allow Canadian merchants to easily accept Wechat Pay and Alipay for their E-commerce Platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0