BODY {font-family="Tahoma"} TT {font-family="Courier"} BLOCKQUOTE.CITE {padding-left:0.5em; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0; border-left:"solid 2";} Has anyone had experience with this error. Is there a fix available?
"The totals of the cart item amounts do not match order amounts."
In function: before_process()
Response from PayPal:
[Security] = N/A
[RequesterCredentials]
[0]
[Credentials]
[0]
[Username] = N/A
[Password] = N/A
[Subject] = N/A
[DoExpressCheckoutPaymentResponse]
[0]
[Timestamp] = 2008-09-14T06:24:15Z
[Ack] = FailureWithWarning
[CorrelationID] = 2fd540f051c55
[Errors]
[0]
[ShortMessage] = Invalid Data
[LongMessage] = Handling total is invalid.
[ErrorCode] = 10428
[SeverityCode] = Error
[1]
[ShortMessage] = Transaction refused because of an invalid argument. See additional error messages for details.
[LongMessage] = The totals of the cart item amounts do not match order amounts.
[ErrorCode] = 10413
[SeverityCode] = Warning
[Version] = 2.0
[Build] = 690663
[DoExpressCheckoutPaymentResponseDetails]
[0]
[PaymentInfo]
[0]
[TransactionType] = none
[PaymentType] = none
[PaymentStatus] = None
[PendingReason] = none
[ReasonCode] = none
From this request: (WARNING!!) DO NOT expose your API Username/Password to the public!!
[?xml version="1.0" encoding="utf-8"?]
[soap:Envelope xmlns:soap="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema"]
[soap:Header]
[RequesterCredentials xmlns="urn:ebay:api:PayPalAPI"]
[Credentials xmlns="urn:ebay:apis:eBLBaseComponents"]
[Username]snipped[/Username]
[Password]snipped[/Password]
[/Credentials]
[/RequesterCredentials]
[/soap:Header]
[soap:Body]
[DoExpressCheckoutPaymentReq xmlns="urn:ebay:api:PayPalAPI"]
[DoExpressCheckoutPaymentRequest]
[Version xmlns="urn:ebay:apis:eBLBaseComponents"]2.0[/Version]
[DoExpressCheckoutPaymentRequestDetails xmlns="urn:ebay:apis:eBLBaseComponents"]
[PaymentAction]Sale[/PaymentAction]
[Token]snipped[/Token]
[PayerID]snipped[/PayerID]
[PaymentDetails]
[OrderTotal currencyID="USD"]111.09[/OrderTotal]
[OrderDescription]Order placed on September 14, 2008, 1:22 am snipped[/OrderDescription]
[ItemTotal currencyID="USD"]106.4[/ItemTotal]
[ShippingTotal currencyID="USD"]4.8[/ShippingTotal]
[HandlingTotal currencyID="USD"]-0.11[/HandlingTotal]
[TaxTotal currencyID="USD"]0[/TaxTotal]
[NotifyURL]
https://snipped paypal_ec/ipn.php?language=english[/NotifyURL]
[Custom]Phone: -- Email:snipped[/Custom]
[ShipToAddress]
[Name][/Name]
[Street1][/Street1]
[Street2][/Street2]
[CityName][/CityName]
[StateOrProvince][/StateOrProvince]
[PostalCode][/PostalCode]
[Country][/Country]
[/ShipToAddress]
[snipped]
[/PaymentDetails]
[/DoExpressCheckoutPaymentRequestDetails]
[/DoExpressCheckoutPaymentRequest]
[/DoExpressCheckoutPaymentReq]
[/soap:Body]
[/soap:Envelope]