10427-shipping total is invalid
-
Hi,
I’m getting an error “10427-shipping total is invalid” while checking out with paypal pro DDP.
From what I can see, I believe it’s the shipping tax causing error? Product cost £0.01 and Shipping is £2.50 include Tax (£2.083333 without tax).
WP, WC and all plugins are up to date. Error log below. Any ideas? Many thanks.
03-23-2015 @ 17:44:46 – Processing order #4453
03-23-2015 @ 17:44:46 – Do payment request Array
(
[DPFields] => Array
(
[paymentaction] => Sale
[ipaddress] => ********
[returnfmfdetails] =>
)[CCDetails] => Array
(
[creditcardtype] => ********
[acct] => ****
[expdate] => ********
[cvv2] => ****
[startdate] =>
[issuenumber] =>
)[PayerInfo] => Array
(
[email] => ********
[firstname] => ********
[lastname] => ********
)[BillingAddress] => Array
(
[street] => ********
[street2] =>
[city] => ********
[state] =>
[countrycode] => GB
[zip] => ********
[phonenum] => ********
)[ShippingAddress] => Array
(
[shiptoname] => ********
[shiptostreet] =>********
[shiptostreet2] =>
[shiptocity] => ********
[shiptostate] =>
[shiptozip] => ********
[shiptocountry] => ********
[shiptophonenum] =>
)[PaymentDetails] => Array
(
[amt] => 2.52
[currencycode] => GBP
[insuranceamt] =>
[shipdiscamt] =>
[handlingamt] =>
[desc] =>
[custom] =>
[invnum] => 4453
[notifyurl] =>
[recurring] =>
[shippingamt] => 2.496
[itemamt] => 0.02
)[OrderItems] => Array
(
[0] => Array
(
[l_name] => Cycle Tag
[l_desc] =>
[l_amt] => 0.01
[l_number] => CACT0000
[l_qty] => 2
[l_taxamt] =>
[l_ebayitemnumber] =>
[l_ebayitemauctiontxnid] =>
[l_ebayitemorderid] =>
))
[Secure3D] => Array
(
))
03-23-2015 @ 17:44:47 – Request: Array
(
[USER] => *****
[PWD] => *****
[VERSION] => 112.0
[BUTTONSOURCE] => AngellEYE_SP_WooCommerce
[SIGNATURE] => *****
[METHOD] => DoDirectPayment
[PAYMENTACTION] => Sale
[IPADDRESS] => ********
[CREDITCARDTYPE] => ********
[ACCT] => ********
[EXPDATE] => ********
[CVV2] => ********
[EMAIL] => ********
[FIRSTNAME] => ********
[LASTNAME] => ********
[STREET] => ********
[CITY] => ********
[COUNTRYCODE] => GB
[ZIP] => ********
[PHONENUM] => ********
[AMT] => 2.52
[CURRENCYCODE] => GBP
[INVNUM] => 4453
[SHIPPINGAMT] => 2.496
[ITEMAMT] => 0.02
[L_NAME0] => Cycle Tag
[L_AMT0] => 0.01
[L_NUMBER0] => CACT0000
[L_QTY0] => 2
[SHIPTONAME] => ********
[SHIPTOSTREET] => ********
[SHIPTOCITY] => ********
[SHIPTOZIP] => ********
[SHIPTOCOUNTRY] => GB
)03-23-2015 @ 17:44:47 – Response: Array
(
[TIMESTAMP] => 2015-03-23T17:44:47Z
[CORRELATIONID] => acbb33f29b25
[ACK] => Failure
[VERSION] => 112.0
[BUILD] => 15735246
[L_ERRORCODE0] => 10427
[L_ERRORCODE1] => 10413
[L_SHORTMESSAGE0] => Transaction refused because of an invalid argument. See additional error messages for details.
[L_SHORTMESSAGE1] => Transaction refused because of an invalid argument. See additional error messages for details.
[L_LONGMESSAGE0] => Shipping total is invalid.
[L_LONGMESSAGE1] => The totals of the cart item amounts do not match order amounts.
[L_SEVERITYCODE0] => Error
[L_SEVERITYCODE1] => Error
[AMT] => 0.02
[CURRENCYCODE] => GBP
)03-23-2015 @ 17:44:47 – Error Array
(
[0] => Array
(
[L_ERRORCODE] => 10427
[L_SHORTMESSAGE] => Transaction refused because of an invalid argument. See additional error messages for details.
[L_LONGMESSAGE] => Shipping total is invalid.
[L_SEVERITYCODE] => Error
)[1] => Array
(
[L_ERRORCODE] => 10413
[L_SHORTMESSAGE] => Transaction refused because of an invalid argument. See additional error messages for details.
[L_LONGMESSAGE] => The totals of the cart item amounts do not match order amounts.
[L_SEVERITYCODE] => Error
))
- The topic ‘10427-shipping total is invalid’ is closed to new replies.