README.md
# PayPing
[comment]: <> "[](https://travis-ci.org/msudgh/payping) [](https://inch-ci.org/github/msudgh/payping) [](https://hexdocs.pm/payping) [](https://coveralls.io/github/msudgh/payping?branch=master) [](https://beta.hexfaktor.org/github/msudgh/payping) [](https://hex.pm/packages/payping) [](https://hex.pm/packages/payping) [](https://opensource.org/licenses/MIT)"
PayPing API client for the Elixir language
## Installation
The package can be installed by adding `payping` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:payping, "~> 0.1.0"}
]
end
```
## Configuration
`:payping` can be configured in your `config/config.exs` or `config/{env}.exs` file:
```exs
config :payping,
token: "Bearer YOUR_TOKEN",
base_url: "https://api.payping.ir" # Optional
```
## TODO
- [ ] Payment
- [x] POST /v2/pay
- [x] POST /v2/pay/verify
- [ ] POST /v2/pay/multi
- [ ] POST /v2/pay/BlockMoney
- [ ] POST /v2/pay/pos
- [ ] POST /v2/pay/{code}