Study Guide

Table Of Contents
Transactions
Retrieving Transaction Details
8
98 March 2008 PayPal Certified Developer Program Study Guide
TransactionSearch Response
A TransactionSearch response contains the results of the transaction search.
N OTE: Each of these parameters should be numbered sequentially beginning with 0 (for
example, L_TIMESTAMP0, L_TIMESTAMP1, L_TIMESTAMP2, and so on).
Retrieving Transaction Details
If the merchant has the Transaction ID of a transaction, the merchant can retrieve all of the
details about that transaction from the PayPal server.
N OTE: The details for some kinds of transactions cannot be retrieved with
GetTransactionDetails (for example, bank transfer withdrawals).
TABLE 8.10 TransactionSearch Response Fields
Field Description
L_TIMESTAMP
n Date and time (in UTC/GMT format) the transaction occurred.
L_TIMEZONE
n Time zone of the transaction.
L_TYPE
n Type of the transaction.
L_EMAIL
n Email address of the payer or the payment recipient (the “payee”). If the payment
amount is positive, this field is the recipient of the funds. If the payment is negative,
this field is the paying customer.
L_NAME
n Display name of the payer.
L_TRANSACTIONID
n Sellers transaction ID.
L_STATUS
n Status of the transaction.
L_AMT
n Total gross amount charged, including any profile shipping cost and taxes.
L_FREEAMT
n Fee that PayPal charged for the transaction.
L_NETAMT
n Net amount of the transaction.