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

Safe HaskellNone
LanguageHaskell2010

PayPal.Adaptive.Deposit

Contents

Description

Start the process of someone paying you. You have to redirect the payer's browser to PayPal to finish it.

Pay operation docs: https://developer.paypal.com/docs/classic/api/adaptive-payments/Pay_API_Operation/

This is a "Simple Payment" which means there's a single sender and receiver (same as Withdrawal).

It uses the Explicit payment approval type, meaning the payer must go to PayPal in their browser to approve the payment. Here's an example payment approval URL with a PayKey of "foo":

https://www.paypal.com/cgi-bin/webscr?cmd=_ap-payment&paykey=foo

Synopsis

Documentation

data Deposit Source

Constructors

Deposit 

Instances

data SerializeDeposit Source

For internal use.

Lenses