Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```