DoExpressCheckoutPayment API Operation (NVP)

APILegacyLast updated: October 12th 2021, @ 6:58:00 pm


Important: NVP/SOAP is a legacy integration method. We accept new integrations and support existing integrations, but there are newer solutions. If you're starting an integration, we recommend our latest solutions.

Completes an Express Checkout transaction. If you set up a billing agreement in your SetExpressCheckout API call, the billing agreement is created when you call DoExpressCheckoutPayment.

DoExpressCheckoutPayment Request Message

DoExpressCheckoutPayment Request Fields

FieldDescription
METHOD(Required) Must be DoExpressCheckoutPayment.
TOKEN(Required) The timestamped token value that was returned in the SetExpressCheckout response and passed in the GetExpressCheckoutDetails request. PayPal also appends the token as a GET parameter named token to your RETURN URL when redirecting the buyer back to your website from paypal.com.
Character length and limitations: 20 single-byte characters.
PAYERID(Required) Unique PayPal buyer account identification number as returned in the GetExpressCheckoutDetails response. PayPal also appends the payer ID as a GET parameter named PayerID to your RETURN URL when redirecting the buyer back to your website from paypal.com.
Character length and limitations: 13 single-byte alphanumeric characters.

MSGSUBID

(Optional) Unique ID passed for each API request to help prevent duplicate payments. This ID is passed directly back in the response. For more information, see Idempotency.

Character length and limitations: 38 single-byte characters maximum.

PAYMENTREQUEST_n_PAYMENTACTION

(Conditional) Defines how to obtain payment. Required for parallel payments and digital goods.

You can specify up to 10 payments, where n is a digit between 0 and 9, inclusive; except in the case of digital goods, which supports single payments only and where n is 0. If the transaction does not include a one-time purchase, this field is ignored. Values are:

  • Sale — This is a final sale for which you are requesting payment (default).
  • Authorization — This payment is a basic authorization subject to settlement with PayPal Authorization and Capture.
  • Order — This payment is an order authorization subject to settlement with PayPal Authorization and Capture.
Note: You cannot set this field to Sale in SetExpressCheckout request and then change the value to Authorization or Order in the ExpressCheckoutPayment request. If you set the field to Authorization or Order in SetExpressCheckout, you can set the field to Sale.

Character length and limitations: Up to 13 single-byte alphabetic characters.

BUYERMARKETINGEMAIL(Optional) The buyer email address opted in by the buyer on the PayPal pages.
Character length and limitations: 127 single-byte characters.
BUTTONSOURCE

(Optional) Identification code for use by third-party applications to identify transactions.

Character length and limitations: 32 single-byte alphanumeric characters.

SKIPBACREATION

(Optional) Merchant specified flag which indicates whether to create a billing agreement as part of DoExpressCheckout or not. This field is used for reference transactions during billing agreement creation. Merchants who offer a store account can control whether PayPal must create a billing agreement or if billing agreement creation should be skipped. Set the value of this field to true to skip the creation of a billing agreement ID.

RETURNFMFDETAILS(Optional) Flag to indicate whether you want the results returned by Fraud Management Filters. By default, you do not receive this information. Value is:
  • 0. Do not receive FMF details (default).
  • 1. Receive FMF details.

Payment Details Type Fields

When implementing parallel payments, you can create up to ten sets of payment details type parameter fields, each representing one payment you are hosting on your marketplace.

Note: If you provide PayPal a user's itemized shopping cart list and a mismatch occurs between the sum of those items and the transaction total, PayPal processes the transaction using the sum of the cart items only when the difference is within $0.50.

FieldDescription
PAYMENTREQUEST_n_AMT

The total cost of the transaction to the buyer. If shipping cost, which is not applicable to digital goods, and tax charges are known, include them in this. If not, this value is the current sub-total of the order.

If the transaction includes one or more one-time purchases, this field must be equal to the sum of the purchases. Set this field to 0 if the transaction does not include a one-time purchase such as when you set up a billing agreement for a recurring payment that is not immediately charged. When the field is set to 0, purchase-specific fields are ignored.

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only. For digital goods, the following must be true:

  • total cost > 0
  • total cost <= total cost passed in the call to SetExpressCheckout

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTREQUEST_n_CURRENCYCODE

(Optional) A three-character currency code. Default: USD.

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: When you pass multiple payments in one transaction, all payments must have the same currency code.
PAYMENTREQUEST_n_ITEMAMT

Sum of cost of all items in this order. For digital goods, this field is required. PayPal recommends that you pass the same value in the call to DoExpressCheckoutPayment that you passed in the call to SetExpressCheckout. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only.

Note: PAYMENTREQUEST_n_ITEMAMT is required if you specify L_PAYMENTREQUEST_n_AMTm.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTREQUEST_n_SHIPPINGAMT

(Optional) Total shipping costs for this order. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: PAYMENTREQUEST_n_ITEMAMT is required if you specify PAYMENTREQUEST_n_SHIPPINGAMT.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`

PAYMENTREQUEST_n_INSURANCEAMT

(Optional) Total shipping insurance costs for this order. The value must be a non-negative currency amount ornull if insurance options are offered.

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTREQUEST_n_SHIPDISCAMT

(Optional) Shipping discount for this order, specified as a negative number. You can specify up to ten payments, wheren is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit_neg.en-XC`

PAYMENTREQUEST_n_INSURANCEOPTIONOFFERED

(Optional) Indicates whether insurance is available as an option the buyer can choose on the PayPal Review page. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Is one of the following values:

  • true. The Insurance option displays the string `Yes` and the insurance amount. The total shipping insurance for this order must be a positive number.

  • false. The Insurance option displays `No`.

PAYMENTREQUEST_n_HANDLINGAMT

(Optional) Total handling costs for this order. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: PAYMENTREQUEST_n_ITEMAMT is required if you specify PAYMENTREQUEST_n_HANDLINGAMT.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTREQUEST_n_TAXAMT

(Optional) Sum of tax for all items in this order. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only.

Note:PAYMENTREQUEST_n_TAXAMT is required if you specify L_PAYMENTREQUEST_n_TAXAMTm

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTREQUEST_n_DESC

(Optional) Description of items the buyer is purchasing. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only.

Note: The value that you specify is available only if the transaction includes a purchase. This field is ignored if you set up a billing agreement for a recurring payment that is not immediately charged.

Character length and limitations: 127 single-byte alphanumeric characters.

PAYMENTREQUEST_n_CUSTOM

(Optional) A free-form field for your own use. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: The value that you specify is available only if the transaction includes a purchase. This field is ignored if you set up a billing agreement for a recurring payment that is not immediately charged.

Character length and limitations: 256 single-byte alphanumeric characters.

PAYMENTREQUEST_n_INVNUM

(Optional) Your own invoice or tracking number.You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only.

Important: The value that you specify is available only if the transaction includes a purchase. This field is ignored if you set up a billing agreement for a recurring payment that is not immediately charged.
Note: PayPal recommends using this field to associate transactions with your internal tracking IDs or invoice numbers; populating the invoice ID field will help you pull transaction information at a later date using only your internal ID.

Character length and limitations: 256 single-byte alphanumeric characters.

PAYMENTREQUEST_n_NOTIFYURL

(Optional) Your URL for receiving Instant Payment Notification (IPN) about this transaction. If you do not specify this value in the request, the notification URL from your Merchant Profile is used, if one exists. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Important: The notify URL applies only toDoExpressCheckoutPayment. This value is ignored when set in SetExpressCheckout orGetExpressCheckoutDetails.

Character length and limitations: 2,048 single-byte alphanumeric characters.

PAYMENTREQUEST_n_MULTISHIPPING

(Optional) The value 1 indicates that this payment is associated with multiple shipping addresses.

Character length and limitations: Four single-byte numeric characters.

PAYMENTREQUEST_n_BUCKETCATEGORYTYPE

(Optional) The category of a payment. Value is:

  • 1. International shipping.
  • 2. Local delivery.

PAYMENTREQUEST_n_NOTETEXT

(Optional) Note to the merchant. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations: 255 single-byte characters.

PAYMENTREQUEST_n_SOFTDESCRIPTOR

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: Ignored when PAYMENTREQUEST_n_PAYMENTACTION=Order.
`partial:partials/docs/shared/cl_softdescriptor_pp_only.en-XC`

PAYMENTREQUEST_n_ALLOWEDPAYMENTMETHOD

(Optional) The payment method type. Specify the valueInstantPaymentOnly. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

PAYMENTREQUEST_n_PAYMENTACTION

(Conditional) How you want to obtain payment. When implementing parallel payments, this field is required and must be set to Order. When implementing digital goods, this field is required and must be set to Sale. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive; except for digital goods, which supports single payments only. If the transaction does not include a one-time purchase, this field is ignored. Value is:

  • Sale. This is a final sale for which you are requesting payment (default).
  • Authorization. This payment is a basic authorization subject to settlement with PayPal Authorization and Capture.
  • Order. This payment is an order authorization subject to settlement with PayPal Authorization and Capture.
Note: You cannot set this field toSale in SetExpressCheckout request and then change the value to Authorization orOrder in the DoExpressCheckoutPaymentrequest. If you set the field to Authorization orOrder in SetExpressCheckout, you may set the field to Sale.

Character length and limitations: Up to 13 single-byte alphabetic characters.

PAYMENTREQUEST_n_PAYMENTREQUESTID

A unique identifier of the specific payment request. Required when implementing parallel payments. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations: Up to 127 single-byte characters.

Address Type Fields

FieldDescription
PAYMENTREQUEST_n_SHIPTONAME xs:string
Person's name associated with this shipping address. It is required if using a shipping address.
Character length and limitations: 128 double-byte characters.
PAYMENTREQUEST_n_SHIPTOSTREETFirst street address. It is required if using a shipping address.
Character length and limitations: 100 single-byte characters.
PAYMENTREQUEST_n_SHIPTOSTREET2(Optional) Second street address.
Character length and limitations: 100 single-byte characters.
PAYMENTREQUEST_n_SHIPTOCITYName of city. It is required if using a shipping address.
Character length and limitations: 40 single-byte characters.
PAYMENTREQUEST_n_SHIPTOSTATEState or province.
`partial:partials/docs/shared/cl_shiptostate.en-XC`
Character length and limitations: 40 single-byte characters.
PAYMENTREQUEST_n_SHIPTOZIPU.S. ZIP code or other country-specific postal code. It is required if using a U.S. shipping address and may be required for other countries.
Character length and limitations: 20 single-byte characters.
PAYMENTREQUEST_n_SHIPTOCOUNTRYCODECountry code. It is required if using a shipping address.
Character length and limitations: 2 single-byte characters.
PAYMENTREQUEST_n_SHIPTOPHONENUM(Optional) Phone number.
Character length and limitations: 20 single-byte characters.

Payment Details Item Type Fields

FieldDescription
L_PAYMENTREQUEST_n_NAMEm

Item name. This field is required when L_PAYMENTREQUEST_n_ITEMCATEGORYm is passed. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which supports single payments only. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_NAME0, L_PAYMENTREQUEST_n_NAME1).

Character length and limitations: 127 single-byte characters.

This field is introduced in version 53.0.

L_PAYMENTREQUEST_n_DESCm (Optional) Item description. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which supports single payments only. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_DESC0, L_PAYMENTREQUEST_n_DESC1).
Character length and limitations: 127 single-byte characters.
This field is introduced in version 53.0.

L_PAYMENTREQUEST_n_AMTm

Cost of item. This field is required when L_PAYMENTREQUEST_n_ITEMCATEGORYm is passed.You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which supports single payments only. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_AMT0, L_PAYMENTREQUEST_n_AMT1).

Note: PAYMENTREQUEST_n_ITEMAMT is required if you specify L_PAYMENTREQUEST_n_AMTm.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
Note: If the line item is a discount, a negative value must be passed in this field.

This field is introduced in version 53.0.

L_PAYMENTREQUEST_n_NUMBERm (Optional) Item number. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_NUMBER0, L_PAYMENTREQUEST_n_NUMBER1).
Character length and limitations: 127 single-byte characters.
This field is introduced in version 53.0.
L_PAYMENTREQUEST_n_QTYmItem quantity. This field is required when L_PAYMENTREQUEST_n_ITEMCATEGORYm is passed. For digital goods (L_PAYMENTREQUEST_n_ITEMCATEGORYm=Digital), this field is required. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which only supports single payments. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_QTY0, L_PAYMENTREQUEST_n_QTY1).
Character length and limitations: Any positive integer.
This field is introduced in version 53.0.

L_PAYMENTREQUEST_n_TAXAMTm

(Optional) Item sales tax. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which only supports single payments. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_TAXAMT0, L_PAYMENTREQUEST_n_TAXAMT1).

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
L_PAYMENTREQUEST_n_ITEMWEIGHTVALUEm, L_PAYMENTREQUEST_n_ITEMWEIGHTUNITm (Optional) Item weight corresponds to the weight of the item. You can pass this data to the shipping carrier as is without having to make an additional database query. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment;. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMWEIGHTVALUE0, L_PAYMENTREQUEST_n_ITEMWEIGHTVALUE1).
Character length and limitations: Any positive integer.
L_PAYMENTREQUEST_n_ITEMLENGTHVALUEm, L_PAYMENTREQUEST_n_ITEMLENGTHUNITm(Optional) Item length corresponds to the length of the item. You can pass this data to the shipping carrier as is without having to make an additional database query. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMLENGTHVALUE0, L_PAYMENTREQUEST_n_ITEMLENGTHVALUE1).
Character length and limitations: Any positive integer.
L_PAYMENTREQUEST_n_ITEMWIDTHVALUEm, L_PAYMENTREQUEST_n_ITEMWIDTHUNITm(Optional) Item width corresponds to the width of the item. You can pass this data to the shipping carrier as is without having to make an additional database query. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMWIDTHVALUE0, L_PAYMENTREQUEST_n_ITEMWIDTHVALUE1).
Character length and limitations: Any positive integer.
L_PAYMENTREQUEST_n_ITEMHEIGHTVALUEm, L_PAYMENTREQUEST_n_ITEMHEIGHTUNITm(Optional) Item height corresponds to the height of the item. You can pass this data to the shipping carrier as is without having to make an additional database query. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMHEIGHTVALUE0, L_PAYMENTREQUEST_n_ITEMHEIGHTVALUE1).
Character length and limitations: Any positive integer.
L_PAYMENTREQUEST_n_ITEMURLm(Optional) URL for the item. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMURL0, L_PAYMENTREQUEST_n_ITEMURL1).
L_PAYMENTREQUEST_n_ITEMCATEGORYmIndicates whether an item is digital or physical. For digital goods, this field is required and must be set to Digital. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment; except for digital goods, which only supports single payments. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_ITEMCATEGORY0, L_PAYMENTREQUEST_n_ITEMCATEGORY1). Value is:
  • Digital
  • Physical

This field is available since version 65.1.

EbayItemPaymentDetailsItemType Fields

FieldDescription
L_PAYMENTREQUEST_n_EBAYITEMNUMBERm(Optional) Auction item number. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_EBAYITEMNUMBER0, L_PAYMENTREQUEST_n_EBAYITEMNUMBER1).
Character length: 765 single-byte characters.
L_PAYMENTREQUEST_n_EBAYITEMAUCTIONTXNIDm(Optional) Auction transaction identification number. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_EBAYITEMAUCTIONTXNID0, L_PAYMENTREQUEST_n_EBAYITEMAUCTIONTXNID1).
Character length: 255 single-byte characters.
L_PAYMENTREQUEST_n_EBAYITEMORDERIDm(Optional) Auction order identification number. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_EBAYITEMORDERID0, L_PAYMENTREQUEST_n_EBAYITEMORDERID1).
Character length: 64 single-byte characters.
L_PAYMENTREQUEST_n_EBAYCARTIDm(Optional) The unique identifier provided by eBay for this order from the buyer. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment. These parameters must be ordered sequentially beginning with 0 (for example L_PAYMENTREQUEST_n_EBAYITEMCARTID0, L_PAYMENTREQUEST_n_EBAYITEMCARTID1).
Character length: 255 single-byte characters.

DiscountInfoType Fields

Describes discount information.

FieldDescription

PAYMENTREQUEST_nREDEEMEDOFFERNAME

(Optional) The name of the buyer's wallet item offer redeemed in this transaction, such as, a merchant coupon or a loyalty program card.

Character length and limitations: 127 single-byte characters

PAYMENTREQUEST_nREDEEMEDOFFERDESCRIPTION

xs:string

(Optional) Description of the offer redeemed in this transaction, such as, a merchant coupon or a loyalty program.

Character length and limitations: 127 single-byte characters

PAYMENTREQUEST_nREDEEMEDOFFERAMOUNT

(Optional) Amount of the offer redeemed in this transaction.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`

PAYMENTREQUEST_nREDEEMEDOFFERTYPE

(Optional) Type of the offer redeemed in this transaction.

Value is:

  • LOYALTY_CARD
  • MERCHANT_COUPON

PAYMENTREQUEST_nREDEEMEDOFFERID

xs:string

(Optional) Unique ID of the offer redeemed in this transaction or the buyer's loyalty card account number.

Character length and limitations: 64 single-byte characters.

PAYMENTREQUEST_nREDEEMEDOFFERPOINTSACCRUED

(Optional) The number of loyalty points accrued in this transaction.

PAYMENTREQUEST_nCUMMULATIVEPOINTSNAME

(Optional) The name of the loyalty points program in which the buyer earned points in this transaction.

Character length and limitations: 127 single-byte characters

PAYMENTREQUEST_nCUMMULATIVEPOINTSDESCRIPTION

xs:string

(Optional) Description of the loyalty points program.

Character length and limitations: 127 single-byte characters

PAYMENTREQUEST_nCUMMULATIVEPOINTSTYPE

(Optional) Type of discount or loyalty program.

It is one of the following:

  • 2. LOYALTY_CARD.
  • 4. PRIVATE_LABEL_CREDIT_CARD.
  • 7. MERCHANT_CLOSED_LOOP_OFFER.

PAYMENTREQUEST_nCUMMULATIVEPOINTSID

xs:string

(Optional) Unique ID of the buyer's loyalty points account.

Character length and limitations: 64 single-byte characters.

PAYMENTREQUEST_nCUMMULATIVEPOINTSACCRUED

(Optional) The cumulative number of loyalty points the buyer has accrued.

PAYMENTREQUEST_nMERCHANTDATAKEYm

(Optional) Key name of a merchant data key-value pair passed with the transaction. You can pass up to 16 key-value pairs (where m is between 0 and 15 inclusive) with each payment, and up to ten payments in each request (where n is between 0 and 9 inclusive).

Character length and limitations: 64 single-byte characters.

`partial:partials/docs/shared/cl_nvp-pymts-array.en-XC` `partial:partials/docs/shared/cl_nvp-pymts-nested-array.en-XC`

PAYMENTREQUEST_nMERCHANTDATAVALUEm

(Optional) Merchant data value, part of a key-value pair, passed with the transaction. You can pass up to 16 key-value pairs (where m is between 0 and 15 inclusive) with each payment, and up to ten payments in each request (where n is between 0 and 9 inclusive).

Character length and limitations: 8192 single-byte characters.

`partial:partials/docs/shared/cl_nvp-pymts-array.en-XC` `partial:partials/docs/shared/cl_nvp-pymts-nested-array.en-XC`

UserSelectedOptions Type Fields

FieldDescription
INSURANCEOPTIONSELECTED(Optional) The option that the buyer chose for insurance. Value is:
  • Yes. The buyer opted for insurance.
  • No. The buyer did not opt for insurance.
SHIPPINGOPTIONISDEFAULT(Optional) Whether the buyer chose the default shipping option. Value is:
  • true. The buyer chose the default shipping option.
  • false. The buyer did not choose the default shipping option.
SHIPPINGOPTIONAMOUNT

(Optional) The shipping amount that the buyer chose.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
SHIPPINGOPTIONNAME(Optional) The name of the shipping option, such as air or ground.

Seller Details Type Fields

FieldDescription
PAYMENTREQUEST_n_SELLERID(Optional) Unique non-changing identifier for the merchant at the marketplace site. This ID is not displayed. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
Character length and limitations: 13 single-byte alphanumeric characters.
PAYMENTREQUEST_n_SELLERUSERNAMExs:string
(Optional) Current name of the merchant or business at the marketplace site. This name may be shown to the buyer. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
PAYMENTREQUEST_n_SELLERREGISTRATIONDATE

(Optional) Date when the merchant registered with the marketplace. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_utcgmtdate_req.en-XC`

DoExpressCheckoutPayment Response Message

DoExpressCheckoutPayment Response Fields

FieldDescription
TOKEN

The time-stamped token value that was returned by SetExpressCheckout response and passed on GetExpressCheckoutDetails request.

Character length and limitations: 20 single-byte characters.

BILLINGAGREEMENTID`partial:partials/docs/shared/cl_billingagreementid.en-XC`
REDIRECTREQUIRED

Flag to indicate whether you need to redirect the buyer back to PayPal after successfully completing the transaction.

If set to true, you can redirect users to the following URL with the token value appended:

https://www.paypal.com/cgi-bin/webscr?cmd=_complete-express-checkout&token=(token)
Note: Use this field only if you are using giropay or bank transfer payment methods in Germany.
NOTE

The text entered by the buyer on the PayPal website if you set the ALLOWNOTE field to 1 in SetExpressCheckout.

This field is available since version 53.0.

Character length and limitations: 255 single-byte characters.

MSGSUBID

Unique ID passed for each API request to help prevent duplicate payments. This ID is passed directly back in the response. For more information, see Idempotency.

Character length and limitations: 38 single-byte characters maximum.

SUCCESSPAGEREDIRECTREQUESTED

Flag to indicate whether you would like to redirect the buyer to sign up for PayPal after completing the transaction.

If set to true, you can redirect users to the following URL with the token value appended:

https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout-success&token=(token)

Payment Information Type Fields

When implementing parallel payments, up to 10 payment information type sets of payment information type parameter fields can be returned, each representing one payment you are hosting on your marketplace.

FieldDescription
PAYMENTINFO_n_TRANSACTIONID

Unique transaction ID of the payment. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Note: If the PaymentAction of the request was Authorization or Order, this value is your AuthorizationID for use with the Authorization & Capture APIs.
`partial:partials/docs/shared/cl_transactionid.en-XC`
PAYMENTINFO_n_EBAYITEMAUCTIONTXNID

eBay transaction identification number. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations: 255 single-byte characters.

PAYMENTINFO_n_PARENTTRANSACTIONID

Parent or related transaction identification number. This field is populated for the following transaction types:

  • Reversal
  • Capture of an authorized transaction
  • Reauthorization of a transaction
  • Capture of an order. The value of ParentTransactionID is the original OrderID.
  • Authorization of an order. The value of ParentTransactionID is the original OrderID.
  • Capture of an order authorization
  • Void of an order. The value of ParentTransactionID is the original OrderID.
`partial:partials/docs/shared/cl_transactionid.en-XC`
PAYMENTINFO_n_RECEIPTID

Character length and limitations: 16 digits in xxxx-xxxx-xxxx-xxxx format.

PAYMENTINFO_n_TRANSACTIONTYPE

Type of transaction. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • cart
  • expresscheckout

Character length and limitations: 15 single-byte characters.

PAYMENTINFO_n_PAYMENTTYPE

Indicates whether the payment is instant or delayed. Value is:

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • none
  • echeck
  • instant

Character length and limitations: 7 single-byte characters.

PAYMENTINFO_n_EXPECTEDECHECKCLEARDATE

eCheck latest expected clear date.

PAYMENTINFO_n_ORDERTIME

Date/time stamp of the payment.

Character length and limitations:

`partial:partials/docs/shared/cl_utcgmtdate_res.en-XC`
PAYMENTINFO_n_AMT

The final amount charged, including any shipping and taxes from your Merchant Profile. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTINFO_n_CURRENCYCODE

A 3-character currency code. Default: USD.

PAYMENTINFO_n_FEEAMT

PayPal fee amount charged for the transaction. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTINFO_n_SETTLEAMT

Amount deposited in your PayPal account after a currency conversion. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTINFO_n_SETTLEAMTCURRENCYCODE

The 3-character currency code of PAYMENTINFO_n_SETTLEAMT. Supported for a maximum ten payments, where n is a digit from 0 to 9, inclusive.

This field is available since version 216.

PAYMENTINFO_n_SETTLEMENTFEEAMOUNT

Transaction fee associated with the payment in the settlement currency. Applicable only for use cases where the PayPal fee is charged in the settlement currency. Example: CNY. Supported for a maximum ten payments, where n is a digit from 0 to 9, inclusive.

This field is available since version 216.

PAYMENTINFO_n_SETTLEMENTFEECURRENCYCODE

The 3-character currency code of PAYMENTINFO_n_SETTLEMENTFEEAMOUNT. Supported for a maximum ten payments, where n is a digit from 0 to 9, inclusive.

This field is available since version 216.

PAYMENTINFO_n_TAXAMT

Tax charged on the transaction.

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
PAYMENTINFO_n_EXCHANGERATE

Exchange rate if a currency conversion occurred. Relevant only if your are billing in their non-primary currency. If the buyer chooses to pay with a currency other than the non-primary currency, the conversion occurs in the buyer's account. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations: Decimal value that does not exceed 17 characters, including decimal point.

PAYMENTINFO_n_PAYMENTSTATUS

The status of the payment. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • None. No status.
  • Canceled-Reversal. A reversal has been canceled; for example, when you win a dispute and the funds for the reversal have been returned to you.
  • Completed. The payment has been completed, and the funds have been added successfully to your account balance.
  • Denied. You denied the payment. This happens only if the payment was previously pending because of possible reasons described for the PendingReason element.
  • Expired. the authorization period for this payment has been reached.
  • Failed. The payment has failed. This happens only if the payment was made from your buyer's bank account.
  • In-Progress. The transaction has not terminated, e.g. an authorization may be awaiting completion.
  • Partially-Refunded. The payment has been partially refunded.
  • Pending. The payment is pending. See the PendingReason field for more information.
  • Refunded. You refunded the payment.
  • Reversed. A payment was reversed due to a chargeback or other type of reversal. The funds have been removed from your account balance and returned to the buyer. The reason for the reversal is specified in the ReasonCode element.
  • Processed. A payment has been accepted.
  • Voided. An authorization for this transaction has been voided.
  • Completed_Funds_Held. The payment has been completed, and the funds have been added successfully to your pending balance. See the PAYMENTINFO_n_HOLDDECISION field for more information.
PAYMENTINFO_n_PENDINGREASON

Reason the payment is pending. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • none. No pending reason.
  • address. The payment is pending because your buyer did not include a confirmed shipping address and your Payment Receiving Preferences is set such that you want to manually accept or deny each of these payments. To change your preference, go to the Preferences section of your Profile.
  • authorization. The payment is pending because it has been authorized but not settled. You must capture the funds first.
  • echeck. The payment is pending because it was made by an eCheck that has not yet cleared.
  • intl. The payment is pending because you hold a non-U.S. account and do not have a withdrawal mechanism. You must manually accept or deny this payment from your Account Overview.
  • multi-currency. You do not have a balance in the currency sent, and you do not have your Payment Receiving Preferences set to automatically convert and accept this payment. You must manually accept or deny this payment.
  • order. The payment is pending because it is part of an order that has been authorized but not settled.
  • paymentreview. The payment is pending while it is being reviewed by PayPal for risk.
  • regulatoryreview - The payment is pending while we make sure it meets regulatory requirements. You will be contacted again in 24-72 hours with the outcome of the review.
  • unilateral. The payment is pending because it was made to an email address that is not yet registered or confirmed.
  • verify. The payment is pending because you are not yet verified. You must verify your account before you can accept this payment.
  • other. The payment is pending for a reason other than those listed above. For more information, contact PayPal customer service.
Note: PendingReason is returned in the response only if PaymentStatus is Pending.
PAYMENTINFO_n_REASONCODE

Reason for a reversal if TransactionType is reversal. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • none. No reason code.
  • chargeback. A reversal has occurred on this transaction due to a chargeback by your buyer.
  • guarantee. A reversal has occurred on this transaction due to your buyer triggering a money-back guarantee.
  • buyer-complaint. A reversal has occurred on this transaction due to a complaint about the transaction from your buyer.
  • refund. A reversal has occurred on this transaction because you have given the buyer a refund.
  • other. A reversal has occurred on this transaction due to a reason not listed above.
PAYMENTINFO_n_HOLDDECISION

Reason that this payment is being held. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • newsellerpaymenthold. This is a new merchant.
  • paymenthold. A hold is placed on the merchant's transaction for a reason not listed.

This field is available since version 71.0 and is returned only if PAYMENTINFO_n_PAYMENTSTATUS is Completed_Funds_Held.

PAYMENTINFO_n_SHIPPINGMETHOD

Shipping method selected by the user during check-out.

PAYMENTINFO_n_PROTECTIONELIGIBILITY

Prior to version 64.4, the kind of seller protection in force for the transaction. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive. Value is:

  • Eligible. Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payments and Item Not Received.
  • PartiallyEligible. Merchant is protected by PayPal's Seller Protection Policy for Item Not Received.
  • Ineligible. Merchant is not protected under the Seller Protection Policy.
PAYMENTINFO_n_PROTECTIONELIGIBILITYTYPE`partial:partials/docs/shared/cl_protectioneligibilitytype.en-XC`
PAYMENTINFO_n_RECEIPTREFERENCENUMBER

Receipt Reference Number for this Transaction

PAYMENTINFO_n_SHIPPINGAMT

xs:string

Amount of shipping charged on this transaction.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
Note: PAYMENTINFO_n_ITEMAMT is required if you specify PAYMENTINFO_n_SHIPPINGAMT.
PAYMENTINFO_n_HANDLINGAMT

xs:string

Amount of ship handling charged on transaction

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
STOREIDxs:string
StoreId as entered in the transaction.
TERMINALIDxs:string
TerminalId as entered in the transaction.
PAYMENTINFO_n_PAYMENTREQUESTID

Unique identifier of the specific payment request. The value should match the one you passed in the DoExpressCheckout request. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.

Character length and limitations: Up to 127 single-byte characters.

PAYMENTINFO_n_INSTRUMENTCATEGORY

Returns the category of the instrument only when it is promotional. Value is:

  • 1. PayPal Credit ® (formerly Bill Me Later®)
  • 2. A Private Label Credit Card (PLCC) or co-branded payment card
PAYMENTINFO_n_INSTRUMENTIDReserved for future use.
Returns the instrument ID (issued by the external party) corresponding to the funding source used in the payment.
PAYMENTINFO_n_OFFERCODECode used to identify the promotion offer.
PAYMENTINFO_n_OFFERTRACKINGIDUnique identification for merchant/buyer/offer combo.

UserSelectedOptions Type Fields

FieldDescription
SHIPPINGCALCULATIONMODEDescribes how the options that were presented to the buyer were determined. Value is:
  • API - Callback
  • API - Flatrate
INSURANCEOPTIONSELECTEDThe option that the buyer chose for insurance. Value is:
  • Yes. The buyer opted for insurance.
  • No. The buyer did not opt for insurance.
SHIPPINGOPTIONISDEFAULTIndicates whether the buyer chose the default shipping option. Value is:
  • true. The buyer chose the default shipping option.
  • false. The buyer did not choose the default shipping option.

Character length and limitations: true or false

SHIPPINGOPTIONAMOUNT

The shipping amount that the buyer chose.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
SHIPPINGOPTIONNAMEThe name of the shipping option, such as air or ground.

Error Type Fields

FieldDescription
L_SHORTMESSAGE_n_xs:string
Payment error short message. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
L_LONGMESSAGE_n_xs:string
Payment error long message. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
L_ERRORCODE_n_xs:string
Payment error code. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
L_SEVERITYCODE_n_xs:string
Payment error severity code. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
ACKxs:string
The final status of API request, whether success/failure/partial success/duplicate request.

If you receive a PAYMENTINFO_n_XXXXX error, these are listed under Deprecated Error Codes below.

Seller Details Type Fields

FieldDescription
PAYMENTINFO_n_SELLERPAYPALACCOUNTIDUnique identifier for the merchant. For parallel payments, this field contains either the Payer Id or the email address of the merchant. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
Character length and limitations: 127 single-byte alphanumeric characters.
PAYMENTINFO_n_SECUREMERCHANTACCOUNTIDUnique PayPal customer account number (of the merchant). This field is returned in the response. It is ignored if passed in the request.
PAYMENTINFO_n_SELLERIDUnique, non-changing identifier for the merchant at the marketplace site. (Optional)
You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
Character length and limitations: 13 single-byte alphanumeric characters.
PAYMENTINFO_n_SELLERUSERNAMECurrent name of the merchant or business at the marketplace site. This name may be shown to the buyer.
You can specify up to ten payments, where n is a digit from 0 to 9, inclusive.
PAYMENTINFO_n_SELLERREGISTRATIONDATE

Date when the merchant registered with the marketplace.

up to ten payments can be specified, where n is a digit from 0 to 9, inclusive.

Character length and limitations:

`partial:partials/docs/shared/cl_utcgmtdate_res.en-XC`

RiskFilterList Type Fields

FieldDescription
L_PAYMENTINFO_n_FMFfilterIDmFilter ID, including the filter type, (PENDING, REPORT, or DENY), the filter ID, and the entry number, m, starting from 0. Filter ID is one of the following values:
  • 1 - AVS No Match
  • 2 - AVS Partial Match
  • 3 - AVS Unavailable/Unsupported
  • 4 - Card Security Code (CSC) Mismatch
  • 5 - Maximum Transaction Amount
  • 6 - Unconfirmed Address
  • 7 - Country Monitor
  • 8 - Large Order Number
  • 9 - Billing/Shipping Address Mismatch
  • 10 - Risky ZIP Code
  • 11 - Suspected Freight Forwarder Check
  • 12 - Total Purchase Price Minimum
  • 13 - IP Address Velocity
  • 14 - Risky Email Address Domain Check
  • 15 - Risky Bank Identification Number (BIN) Check
  • 16 - Risky IP Address Range
  • 17 - PayPal Fraud Model

You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment.

L_PAYMENTINFO_n_FMFfilterNAMEmFilter name, including the filter type, (PENDING, REPORT, or DENY), the filter NAME, and the entry number, m, starting from 0. You can specify up to ten payments, where n is a digit from 0 to 9, inclusive, and m specifies the list item within the payment.

Deprecated Fields

The following fields are deprecated. Replacement fields are noted when available.

Deprecated DoExpressCheckoutPayment Request Fields

FieldUse this field instead
PAYMENTACTIONPAYMENTREQUEST_n_PAYMENTACTION
GIFTMESSAGE

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) The gift message the buyer entered on the PayPal pages.

Character length and limitations: 150 single-byte characters.

GIFTRECEIPTENABLE

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) Whether the buyer selected a gift receipt on the PayPal pages. It is one of the following vaues:

  • true. The buyer selected a gift message.
  • false. The buyer did not select a gift message.
GIFTWRAPNAME

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) Return the gift wrap name only if the buyer selected the gift option on the PayPal pages.

Character length and limitations: 25 single-byte characters.

GIFTWRAPAMOUNT

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) Amount only if the buyer selected the gift option on the PayPal pages.

Character length and limitations:

`partial:partials/docs/shared/cl_currencylimit.en-XC`
SURVEYQUESTION

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) Survey question on the PayPal pages.

Limitations: 50 single-byte characters.

SURVEYCHOICESELECTED

Discontinued Sept. 8, 2016. (No replacement.)

(Optional) Survey response that the buyer selected on the PayPal pages.

Character length and limitations: 15 single-byte characters.

Deprecated Payment Details Type Fields

FieldUse this field instead
AMTPAYMENTREQUEST_n_AMT
CURRENCYCODEPAYMENTREQUEST_n_CURRENCYCODE
ITEMAMTPAYMENTREQUEST_n_ITEMAMT
SHIPPINGAMTPAYMENTREQUEST_n_SHIPPINGAMT
INSURANCEAMTPAYMENTREQUEST_n_INSURANCEAMT
SHIPPINGDISCAMTPAYMENTREQUEST_n_SHIPDISCAMT
INSURANCEOPTIONOFFEREDPAYMENTREQUEST_n_INSURANCEOPTIONOFFERED
HANDLINGAMTPAYMENTREQUEST_n_HANDLINGAMT
TAXAMTPAYMENTREQUEST_n_TAXAMT
DESCPAYMENTREQUEST_n_DESC
CUSTOMPAYMENTREQUEST_n_CUSTOM
INVNUMPAYMENTREQUEST_n_INVNUM
NOTIFYURLPAYMENTREQUEST_n_NOTIFYURL
NOTETEXTPAYMENTREQUEST_n_NOTETEXT
SOFTDESCRIPTORPAYMENTREQUEST_n_SOFTDESCRIPTOR
TRANSACTIONIDPAYMENTREQUEST_n_TRANSACTIONID
ALLOWEDPAYMENTMETHODPAYMENTREQUEST_n_ALLOWEDPAYMENTMETHOD
PAYMENTACTIONPAYMENTREQUEST_n_PAYMENTACTION
PAYMENTREQUESTIDPAYMENTREQUEST_n_PAYMENTREQUESTID
SETTLEMENTFEEAMOUNTPAYMENTINFO_n_SETTLEMENTFEEAMOUNT
SETTLEMENTFEECURRENCYCODEPAYMENTINFO_n_SETTLEMENTFEECURRENCYCODE
SETTLEAMTCURRENCYCODEPAYMENTINFO_n_SETTLEAMTCURRENCYCODE

Deprecated Address Type Fields

FieldUse this field instead
SHIPTONAMEPAYMENTREQUEST_n_SHIPTONAME
SHIPTOSTREETPAYMENTREQUEST_n_SHIPTOSTREET
SHIPTOSTREET2PAYMENTREQUEST_n_SHIPTOSTREET2
SHIPTOCITYPAYMENTREQUEST_n_SHIPTOCITY
SHIPTOSTATEPAYMENTREQUEST_n_SHIPTOSTATE
SHIPTOZIPPAYMENTREQUEST_n_SHIPTOZIP
SHIPTOCOUNTRYPAYMENTREQUEST_n_SHIPTOCOUNTRYCODE
SHIPTOPHONENUMPAYMENTREQUEST_n_SHIPTOPHONENUM

Deprecated Payment Details Item Type Fields

FieldUse this field instead
L_NAMEnL_PAYMENTREQUEST_n_NAMEm
L_DESCnL_PAYMENTREQUEST_n_DESCm
L_AMTnL_PAYMENTREQUEST_n_AMTm
L_NUMBERnL_PAYMENTREQUEST_n_NUMBERm
L_QTYnL_PAYMENTREQUEST_n_QTYm
L_TAXAMTnL_PAYMENTREQUEST_n_TAXAMTm
L_ITEMWEIGHTTVALUEnL_PAYMENTREQUEST_n_ITEMWEIGHTVALUEm
L_ITEMWEIGHTUNITnL_PAYMENTREQUEST_n_ITEMWEIGHTUNITm
L_ITEMLENGTHVALUEnL_PAYMENTREQUEST_n_ITEMLENGTHVALUEm
L_ITEMLENGTHUNITnL_PAYMENTREQUEST_n_ITEMLENGTHUNITm
L_ITEMWIDTHVALUEnL_PAYMENTREQUEST_n_ITEMWIDTHVALUEm
L_ITEMWIDTHUNITnL_PAYMENTREQUEST_n_ITEMWIDTHUNITm
L_ITEMHEIGHTVALUEnL_PAYMENTREQUEST_n_ITEMHEIGHTVALUEm
L_ITEMHEIGHTUNITnL_PAYMENTREQUEST_n_ITEMHEIGHTUNITm
L_ITEMURLnL_PAYMENTREQUEST_n_ITEMURLm

Deprecated EbayItemPaymentDetailsItemType Fields

FieldUse this field instead
L_EBAYITEMNUMBERnL_PAYMENTREQUEST_n_EBAYITEMNUMBERm
L_EBAYAUCTIONTXNIDnL_PAYMENTREQUEST_n_EBAYAUCTIONTXNIDm
L_EBAYITEMORDERIDnL_PAYMENTREQUEST_n_EBAYITEMORDERIDm
L_EBAYITEMCARTIDnL_PAYMENTREQUEST_n_EBAYITEMCARTIDm

Deprecated Seller Details Type Fields

FieldUse this field instead
SELLERIDPAYMENTREQUEST_n_SELLERID
SELLERUSERNAMEPAYMENTREQUEST_n_SELLERUSERNAME
SELLERREGISTRATIONDATEPAYMENTREQUEST_n_SELLERREGISTRATIONDATE

Deprecated DoExpressCheckoutPayment Response Fields

FieldUse this field instead
L_FMFfilterIDnL_PAYMENTINFO_n_FMFfilterIDm
L_FMFfilterNAMEnL_PAYMENTINFO_n_FMFfilterNAMEm

Deprecated Payment Information Fields

FieldUse this field instead
TRANSACTIONIDPAYMENTINFO_n_TRANSACTIONID
TRANSACTIONTYPEPAYMENTINFO_n_TRANSACTIONTYPE
PAYMENTTYPEPAYMENTINFO_n_PAYMENTTYPE
ORDERTIMEPAYMENTINFO_n_ORDERTIME
AMTPAYMENTINFO_n_AMT
CURRENCYCODEPAYMENTINFO_n_CURRENCYCODE
FEEAMTPAYMENTINFO_n_FEEAMT
SETTLEAMTPAYMENTINFO_n_SETTLEAMT
TAXAMTPAYMENTINFO_n_TAXAMT
EXCHANGERATEPAYMENTINFO_n_EXCHANGERATE
PAYMENTSTATUSPAYMENTINFO_n_PAYMENTSTATUS
PENDINGREASONPAYMENTINFO_n_PENDINGREASON
REASONCODEPAYMENTINFO_n_REASONCODE
PROTECTIONELIGIBILITYPAYMENTINFO_n_PROTECTIONELIGIBILITY
EBAYITEMAUCTIONTXNIDPAYMENTINFO_n_EBAYITEMAUCTIONTXNID
PAYMENTREQUESTIDPAYMENTINFO_n_PAYMENTREQUESTID
L_FMFfilterIDnL_PAYMENTINFO_n_FMFfilterIDm
L_FMFfilterNAMEnL_PAYMENTINFO_n_FMFfilterNAMEm
SHIPPINGAMTPAYMENTINFO_n_SHIPPINGAMT
PARENTTRANSACTIONIDPAYMENTINFO_n_PARENTTRANSACTIONID
RECEIPTIDPAYMENTINFO_n_RECEIPTID
EXPECTEDECHECKCLEARDATEPAYMENTINFO_n_EXPECTEDECHECKCLEARDATE
SHIPPINGMETHODPAYMENTINFO_n_SHIPPINGMETHOD

Deprecated Error Codes

FieldUse this field instead
PAYMENTINFO_n_SHORTMESSAGEL_SHORTMESSAGE_n_
PAYMENTINFO_n_LONGMESSAGEL_LONGMESSAGE_n_
PAYMENTINFO_n_ERRORCODEL_ERRORCODE_n_
PAYMENTINFO_n_SEVERITYCODEL_SEVERITYCODE_n_
PAYMENTINFO_n_ACKACK

Additional information