Skip to content

athom/mimipay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MimiPay Go SDK

Install

go get github.com/athom/mimipay

Usage

p := mimipay.NewMimiPay(userKey, secret, notifyURL, returnURL)
data, err := p.MakeOrderToMimiPay("mimipay demo", mimipay.PAY_TYPE_ALIPAY, "123", "456", "0.01")
qrcodeURL := data.QrCodeUrl

Then use the qrcodeURL in your app.

Happy mimipaying!

License

MimiPay is released under the WTFPL License.

About

mimpay sdk go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages