Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasankyadavalli/ex_razorpay
Razorpay Payment Gateway API library for Elixir
https://github.com/sasankyadavalli/ex_razorpay
elixir elixir-lang razorpay
Last synced: 1 day ago
JSON representation
Razorpay Payment Gateway API library for Elixir
- Host: GitHub
- URL: https://github.com/sasankyadavalli/ex_razorpay
- Owner: sasankyadavalli
- Created: 2017-11-02T02:06:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T20:55:02.000Z (about 7 years ago)
- Last Synced: 2024-11-20T21:05:21.423Z (2 months ago)
- Topics: elixir, elixir-lang, razorpay
- Language: Elixir
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExRazorpay
**Razorpay Payment Gateway API library for Elixir**
## Installation
The package can be installed by adding :ex_razorpay to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:ex_razorpay, "~> 0.1.1"}
]
end
```
Docs can be found at [https://hexdocs.pm/ex_razorpay](https://hexdocs.pm/ex_razorpay).## Configuration
```elixir
config :ex_razorpay,
key: "RAZORPAY_KEY_ID",
secret: "RAZORPAY_KEY_SECRET"
```