Study Guide

Table Of Contents
PayPal Certified Developer Program Study Guide March 2008 131
Sandbox Testing
Testing Error Conditions
9
DoDirectPayment AMT OrderTotal Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 107.55
triggers PayPal API error code 10755.
SetExpressCheckout MAXAMT MaxAmount Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 107.55
triggers PayPal API error code 10755.
GetExpressCheckout
Details
TOKEN Token Specify the error code to trigger as all
digits in the field; e.g., a token value of
10755 triggers PayPal API error code
10755.
DoExpressCheckout TOKEN Token Specify the error code to trigger as all
digits in the field; e.g., a token value of
10755 triggers PayPal API error code
10755.
DoCapture AMT Amount Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 106.23
triggers PayPal API error code 10623.
DoVoid AUTHORIZATIONID AuthorizationID Specify the error code to trigger as all
digits in the field; e.g., an ID of 10623
triggers PayPal API error code 10623.
DoReauthorization AMT Amount Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 106.23
triggers PayPal API error code 10623.
DoAuthorization AMT Amount Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 106.23
triggers PayPal API error code 10623.
MassPay EMAILSUBJECT EmailSubject Specify the error code to trigger as all
digits in the field; e.g., a subject of
10755 triggers PayPal API error code
10755.
BillUser AMT Amount Specify the error code to trigger as all
digits in a number with two digits to the
right of the decimal point; e.g., 107.55
triggers PP API error code 10755.
T
ABLE 9.2 API Fields That Trigger Error Conditions (Continued)
API Name NVP Field Name SOAP Element Description