Skip to content

manu1080/PayPal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayPal

Elixir library for working with the PayPal REST API.

Build Status Inline docs Hex Docs Coverage Status Deps Status hex.pm version hex.pm downloads License

This is in development, currently the following parts of the API are working:

  • access token rotation on expiry
  • Billing Plans
  • Billing Agreements
  • Payments
  • Payouts

These work fine and I am using them in production, they have test coverage. Check out the docs :)

Installation

Add :pay_pal as a dependency to your project's mix.exs:

defp deps do
  [
    {:pay_pal, "~> 0.0.7"}
  ]
end

Configure your settings in your configuration files:

config :pay_pal,
  client_id: "your_paypal_client_id",
  client_secret: "your_paypal_secret",
  environment: :sandbox

About

💸 PayPal REST API client for the Elixir language (elixir-lang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%