2007

Table Of Contents
Error Message Reference
Express Checkout API Errors
78 March 2007 Name-Value Pair API Developer Guide and Reference
10413 Transaction
refused
because of an
invalid
argument. See
additional error
messages for
details.
The totals of the cart item
amounts do not match order
amounts.
If you include any of the following element values
with DoExpressCheckoutPayment, the sum of
their values must equal the value of OrderTotal.
z ItemTotal
z ShippingTotal
z HandlingTotal
z TaxTotal
If you get this error, research why it might have
occurred and modify your implementation of
Express Checkout to ensure proper addition of the
values.
10414 Transaction
refused
because of an
invalid
argument. See
additional error
messages for
details.
The amount exceeds the
maximum amount for a single
transaction.
10415 Transaction
refused
because of an
invalid
argument. See
additional error
messages for
details.
A successful transaction has
already been completed for this
token.
10416 Transaction
refused
because of an
invalid
argument. See
additional error
messages for
details.
You have exceeded the
maximum number of payment
attempts for this token.
You can send a maximum of 10
DoExpressCheckoutPayment API calls for any
single token value, after which the token becomes
invalid.
T
ABLE B.5 DoExpressCheckoutPayment API Errors
Error
Code
Short
Message Long Message Correcting This Error...