Packages

Client library for the ECPay Invoice API provided by Green World FinTech Service Co. (Taipei, Taiwan, Chinese name: 綠界科技股份有限公司). This library is compatible with API revision 3.0.0, which talks to the server using JSON payloads and uses AES encryption for verification.

Current section

Files

Jump to
ecpay_invoice README.md
Raw

README.md

# EcpayInvoice
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ecpay_invoice` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecpay_invoice, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ecpay_invoice](https://hexdocs.pm/ecpay_invoice).