Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zensavona/paypal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang)
https://github.com/zensavona/paypal
billing elixir elixir-phoenix payments paypal paypal-rest-api
Last synced: about 1 month ago
JSON representation
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang)
- Host: GitHub
- URL: https://github.com/zensavona/paypal
- Owner: Zensavona
- Created: 2017-05-07T00:33:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T14:32:52.000Z (about 2 years ago)
- Last Synced: 2024-08-09T20:41:48.612Z (4 months ago)
- Topics: billing, elixir, elixir-phoenix, payments, paypal, paypal-rest-api
- Language: Elixir
- Homepage: https://hex.pm/packages/pay_pal
- Size: 65.4 KB
- Stars: 36
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Elixir library for working with the PayPal REST API. (Third Party APIs)
- fucking-awesome-elixir - pay_pal - Elixir library for working with the PayPal REST API. (Third Party APIs)
- awesome-elixir - pay_pal - Elixir library for working with the PayPal REST API. (Third Party APIs)
README
# PayPal
### Elixir library for working with the PayPal REST API.
[![Build Status](https://travis-ci.org/Zensavona/PayPal.svg?branch=master)](https://travis-ci.org/Zensavona/PayPal) [![Inline docs](http://inch-ci.org/github/zensavona/PayPal.svg)](http://inch-ci.org/github/zensavona/PayPal) [![Hex Docs](https://img.shields.io/badge/hex-docs-9768d1.svg)](https://hexdocs.pm/pay_pal) [![Coverage Status](https://coveralls.io/repos/github/Zensavona/PayPal/badge.svg?branch=master)](https://coveralls.io/github/Zensavona/PayPal?branch=master) [![Deps Status](https://beta.hexfaktor.org/badge/all/github/Zensavona/PayPal.svg)](https://beta.hexfaktor.org/github/Zensavona/PayPal) [![hex.pm version](https://img.shields.io/hexpm/v/pay_pal.svg)](https://hex.pm/packages/pay_pal) [![hex.pm downloads](https://img.shields.io/hexpm/dt/pay_pal.svg)](https://hex.pm/packages/pay_pal) [![License](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
This is in development, currently the following parts of the API are working:
- access token rotation on expiry
- Billing Plans
- Billing Agreements
- Payments
- PayoutsThese work fine and I am using them in production, they have test coverage. Check out the docs :)