Developer's Guide
Table Of Contents
PayPal Express Checkout Transaction Processing
PayPal Express Checkout Transaction Parameter Descriptions
6
60 Website Payments Pro Developer’s Guide
Do Express Checkout Payment Response Parameters
The Do Express Checkout Payment response parameters include:
z RESULT, RESPMSG, PNREF, and PPREF described in Chapter 8, “Responses to
Transaction Requests”
z The parameters described in Table 6.7
TAXAMT Sum of tax for all items in this order.
NOTE: You must set CURRENCY to
one of the three-character
currency codes for any of the
supported PayPal currencies.
CURRENCY is described in
Table 4.1.
Limitations: Must not exceed $10,000
USD in any currency. No currency
symbol. Decimal separator must be a
period (.). Do not use comma
separators. Use 1199.95, not 1,199.95.
No Decimal 6
T
ABLE 6.7 Do Express Checkout Payment response parameters
Parameter Name Description Type
Max.
Length
TOKEN The time-stamped token value that was returned
in the Set Express Checkout response.
String 20
FEEAMT PayPal fee amount charged for the transaction.
NOTE: You must set CURRENCY to one of the
three-character currency codes for any of
the supported PayPal currencies.
CURRENCY is described in
Table 4.1.
Limitations: Must not exceed $10,000 USD in
any currency. No currency symbol. Decimal
separator must be a period (.). Do not use comma
separators. Use 1199.95, not 1,199.95.
Decimal 9
PAYMENTTYPE Returns instant if the payment is instant or
eCheque if the payment is delayed.
Alpha 7
T
ABLE 6.6 Do Express Checkout Payment request parameters (Continued)
Parameter Name Description Required Type
Max.
Length