paypal-adaptive-hoops: Client for a limited part of PayPal's Adaptive Payments API

[ deprecated, library, mit, program, web ] [ Propose Tags ]
Deprecated

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.6.0.0, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.11.0.1, 0.11.0.2, 0.13.1.0 (info)
Dependencies aeson (>=0.8 && <0.9), base (>=4.6 && <5.0), bytestring (>=0.10 && <0.11), data-default (>=0.5 && <0.6), errors (>=1.4 && <1.5), http-client (>=0.4.2 && <0.5), lens (>=4.6 && <4.8), lens-aeson (>=1.0 && <1.1), paypal-adaptive-hoops, text (>=1.1 && <1.3), time (>=1.4 && <1.6), transformers (>=0.4 && <0.5), vector (>=0.10.12 && <0.11), wreq (>=0.3 && <0.4) [details]
License MIT
Author Ian Grant Jeffries
Maintainer ian@housejeffries.com
Category Web
Home page https://github.com/fanjam/paypal-adaptive-hoops
Source repo head: git clone git://github.com/fanjam/paypal-adaptive-hoops.git
Uploaded by fanjam at 2015-02-07T04:51:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example
Downloads 6717 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-12 [all 1 reports]

Readme for paypal-adaptive-hoops-0.7.0.0

[back to package description]

Intro

A Haskell client for a limited part of PayPal's Adaptive Payments API.

Covers only sending, receiving, and looking up payments. Only supports handling a single payment per request, and doesn't cover sending payments that involve more than two parties.

PayPal has other APIs like the PayPal REST API, but the PayPal REST API doesn't support sending payments.

PayPal Credentials

Getting production approval for the Adaptive Payments API takes some time. You should start the process well before you actually need to go into production. Detailed instructions for doing so are out of the scope of this project, but you can get started here.

Status

Working.