Developer's Guide

Table Of Contents
Adaptive Payments Developer Guide August 7, 2012 115
PaymentDetails API Operation
PaymentDetailsResponse Message
fundingtypeList ap:FundingTypeList
Specifies a list of allowed funding selections for the payment. This is a list of
funding selections that can be combined in any order to allow payments to use
the indicated funding type. If this Parameter is omitted, the payment can be
funded by any funding type that is supported for Adaptive Payments.
ipnNotificationUrl xs:string
The URL to which all IPN messages for this payment are sent.
memo xs:string
A note associated with the payment.
payKey xs:string
The pay key that identifies this payment. This is a token that is assigned by the
Pay API after a PayRequest message is received and can be used in other
Adaptive Payments Methods, as well as the cancelURL and returnURL to
identify this payment. The pay key is valid for 3 hours.
paymentInfoList ap:PaymentInfoList
Represents the payment attempt made to a receiver of a PayRequest. If the
execution of the payment has not yet completed, there are no transaction
details returned.
preapprovalKey xs:string
The preapproval key that identifies the preapproval for this payment. This key
can be used in other Adaptive Payment APIs to identify the preapproval.
responseEnvelope common:ResponseEnvelope
Common response information, including a timestamp and the response
acknowledgement status.
returnUrl xs:string
The URL to which the senders browser is redirected after approving a
payment on paypal.com. Use the pay key to identify the payment as follows:
payKey=${payKey}.
reverseAllParallelPaymen
tsOnError
xs:string
Whether to reverse parallel payments. Possible values are:
true – Each parallel payment is reversed if an error occurs
false – Each parallel payment is not reversed if an error occurs
sender ap:SenderIdentifer
Sender information.
senderEmail xs:string
The senders email address.
Field Description