Skip to content

sasankyadavalli/ex_razorpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

def deps do
  [
    {:ex_razorpay, "~> 0.1.1"}
  ]
end

Docs can be found at https://hexdocs.pm/ex_razorpay.

Configuration

config :ex_razorpay, 
   key: "RAZORPAY_KEY_ID",
   secret: "RAZORPAY_KEY_SECRET"

About

Razorpay Payment Gateway API library for Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages