Safe Haskell | None |
---|---|
Language | Haskell2010 |
PayPal.Adaptive.Lookup
Description
Look up information about a payment.
https://developer.paypal.com/docs/classic/api/adaptive-payments/PaymentDetails_API_Operation/
Documentation
data LookupPayment Source
Constructors
LookupTransactionID TransactionId | |
LookupPayKey PayKey |
request :: Client -> LookupPayment -> IO (Either AdaptiveError (ByteString, PayResponse)) Source