View Source AlipayKit
A kit for Alipay.
Features
- Not tightly coupled with a specific HTTP client (Built on top of http_spec)
- Only includes basic signing and signature verification functions
Installation
Add :alipay_kit
to the list of dependencies in mix.exs
:
def deps do
[
{:alipay_kit, <requirement>}
]
end
Usage
For more information, see the documentation.