Note that there are some explanatory texts on larger screens.

plurals
  1. POpaypal parallel and express checkout
    primarykey
    data
    text
    <p>I'm using the new version of paypal Checkout Express API to impliment the parallel payment, </p> <p>When i send the request I got an error: </p> <pre><code>The totals of the cart item amounts do not match order amounts. </code></pre> <p>This is the request and response from api debug:</p> <pre><code>INFO: &lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ebay:api:PayPalAPI" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes"&gt;&lt;soapenv:Header&gt;&lt;urn:RequesterCredentials&gt;&lt;ebl:Credentials&gt;&lt;ebl:Username&gt;sdk-three_api1.sdk.com&lt;/ebl:Username&gt;&lt;ebl:Password&gt;QFZCWN5HZM8VBG7Q&lt;/ebl:Password&gt;&lt;ebl:Signature&gt;A-IzJhZZjhg29XQ2qnhapuwxIDzyAZQ92FRP5dqBzVesOkzbdUONzmOU&lt;/ebl:Signature&gt;&lt;/ebl:Credentials&gt;&lt;/urn:RequesterCredentials&gt;&lt;/soapenv:Header&gt;&lt;soapenv:Body&gt;&lt;urn:SetExpressCheckoutReq&gt;&lt;urn:SetExpressCheckoutRequest&gt;&lt;ebl:Version&gt;92.0&lt;/ebl:Version&gt;&lt;ebl:SetExpressCheckoutRequestDetails&gt;&lt;ebl:ReturnURL&gt;http://localhost:8080/EC/GetExpressCheckout?currencyCodeType=null&lt;/ebl:ReturnURL&gt;&lt;ebl:CancelURL&gt;http://localhost:8080/index.html&lt;/ebl:CancelURL&gt;&lt;ebl:NoShipping&gt;0&lt;/ebl:NoShipping&gt;&lt;ebl:PaymentDetails&gt;&lt;ebl:OrderTotal currencyID="USD"&gt;10.00&lt;/ebl:OrderTotal&gt;&lt;ebl:ItemTotal currencyID="USD"&gt;10.0&lt;/ebl:ItemTotal&gt;&lt;ebl:PaymentDetailsItem&gt;&lt;ebl:Quantity&gt;1&lt;/ebl:Quantity&gt;&lt;ebl:Amount currencyID="USD"&gt;10.0&lt;/ebl:Amount&gt;&lt;/ebl:PaymentDetailsItem&gt;&lt;ebl:PaymentDetailsItem&gt;&lt;ebl:Quantity&gt;1&lt;/ebl:Quantity&gt;&lt;ebl:Amount currencyID="USD"&gt;10.0&lt;/ebl:Amount&gt;&lt;/ebl:PaymentDetailsItem&gt;&lt;ebl:SellerDetails&gt;&lt;ebl:PayPalAccountID&gt;tarik._1341024461_biz@gmail.com&lt;/ebl:PayPalAccountID&gt;&lt;/ebl:SellerDetails&gt;&lt;ebl:PaymentAction&gt;Sale&lt;/ebl:PaymentAction&gt;&lt;ebl:PaymentRequestID&gt;1&lt;/ebl:PaymentRequestID&gt;&lt;/ebl:PaymentDetails&gt;&lt;ebl:PaymentDetails&gt;&lt;ebl:OrderTotal currencyID="USD"&gt;10.00&lt;/ebl:OrderTotal&gt;&lt;ebl:ItemTotal currencyID="USD"&gt;10.0&lt;/ebl:ItemTotal&gt;&lt;ebl:PaymentDetailsItem&gt;&lt;ebl:Quantity&gt;1&lt;/ebl:Quantity&gt;&lt;ebl:Amount currencyID="USD"&gt;10.0&lt;/ebl:Amount&gt;&lt;/ebl:PaymentDetailsItem&gt;&lt;ebl:PaymentDetailsItem&gt;&lt;ebl:Quantity&gt;1&lt;/ebl:Quantity&gt;&lt;ebl:Amount currencyID="USD"&gt;10.0&lt;/ebl:Amount&gt;&lt;/ebl:PaymentDetailsItem&gt;&lt;ebl:SellerDetails&gt;&lt;ebl:PayPalAccountID&gt; tarik._1341024461_biz@gmail.com&lt;/ebl:PayPalAccountID&gt;&lt;/ebl:SellerDetails&gt;&lt;ebl:PaymentAction&gt;Sale&lt;/ebl:PaymentAction&gt;&lt;ebl:PaymentRequestID&gt;2&lt;/ebl:PaymentRequestID&gt;&lt;/ebl:PaymentDetails&gt;&lt;/ebl:SetExpressCheckoutRequestDetails&gt;&lt;/urn:SetExpressCheckoutRequest&gt;&lt;/urn:SetExpressCheckoutReq&gt;&lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt; </code></pre> <p>9 août 2012 01:01:34 com.paypal.core.LoggingManager log INFO: 2012-08-08T23:01:33ZFailure222642713a617Transaction refused because of an invalid argument. See additional error messages for details.The totals of the cart item amounts do not match order amounts.10413Error92.03386080</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload