Special server requirements for PayPal Plus?
-
Hi, are there any special server requirements for PayPal Plus? I’ve installed PayPal Plus now in three shops and everything is working fine. Now I wanted to install it on client’s site on a different server and when I activate PayPal Plus I get the error notification “Error processing checkout. Please try again.”
I’ve even tried it with my Client ID and Client Secret Frosnm the shops which are running without any problems, but still the same error message. So I think it can only have something to do with the server settings.
Do you have any idea? I can send you the php info if you want.
Thankshttps://www.ads-software.com/plugins/paypal-for-woocommerce/
-
I’m not sure what the translation is, but it looks like you may just be sending an amount that’s too low. It looks like the total is for .05..?? PayPal’s .30 fee alone would kill that and then some, so I think it may just be declining it because of an invalid amount.
You are right, the amount was too low. Now I am able to checkout, but it doesn’t bring me to paypal. It just shows me my checkout-page: https://buah.de/checkout/order-pay/3831/?key=wc_order_5709889e6b98b
This is how the logging looks like:
04-09-2016 @ 22:54:00 – PayPal\Api\Payment Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[redirect_urls] => PayPal\Api\RedirectUrls Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[return_url] => https://buah.de/?wc-api=WC_Gateway_PayPal_Plus_AngellEYE
[cancel_url] => https://buah.de
))
[intent] => sale
[payer] => PayPal\Api\Payer Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[payment_method] => paypal
))
[transactions] => Array
(
[0] => PayPal\Api\Transaction Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[amount] => PayPal\Api\Amount Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[total] => 8.39
[currency] => EUR
[details] => PayPal\Api\Details Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[subtotal] => 4.20
[tax] => 0.55
[shipping] => 3.64
))
)
)
[description] =>
[item_list] => PayPal\Api\ItemList Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[items] => Array
(
[0] => PayPal\Api\Item Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[name] => Beerenstark 250ml
[price] => 4.20
[currency] => EUR
[quantity] => 1
))
)
)
)
[related_resources] => Array
(
))
)
)
[id] => PAY-3H6508471D121584LK4EYQCA
[state] => created
[create_time] => 2016-04-09T22:54:00Z
[links] => Array
(
[0] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://api.paypal.com/v1/payments/payment/PAY-3H6508471D121584LK4EYQCA
[rel] => self
[method] => GET
))
[1] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-4PR30720UE228083H
[rel] => approval_url
[method] => REDIRECT
))
[2] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://api.paypal.com/v1/payments/payment/PAY-3H6508471D121584LK4EYQCA/execute
[rel] => execute
[method] => POST
))
)
)
)
04-09-2016 @ 22:54:22 – PayPal\Api\Payment Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[id] => PAY-3H6508471D121584LK4EYQCA
))
04-09-2016 @ 22:56:17 – PayPal\Api\Payment Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[redirect_urls] => PayPal\Api\RedirectUrls Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[return_url] => https://buah.de/?wc-api=WC_Gateway_PayPal_Plus_AngellEYE
[cancel_url] => https://buah.de
))
[intent] => sale
[payer] => PayPal\Api\Payer Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[payment_method] => paypal
))
[transactions] => Array
(
[0] => PayPal\Api\Transaction Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[amount] => PayPal\Api\Amount Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[total] => 8.39
[currency] => EUR
[details] => PayPal\Api\Details Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[subtotal] => 4.20
[tax] => 0.55
[shipping] => 3.64
))
)
)
[description] =>
[item_list] => PayPal\Api\ItemList Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[items] => Array
(
[0] => PayPal\Api\Item Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[name] => Sonnenschein 250ml
[price] => 4.20
[currency] => EUR
[quantity] => 1
))
)
)
)
[related_resources] => Array
(
))
)
)
[id] => PAY-6295545822945854YK4EYREI
[state] => created
[create_time] => 2016-04-09T22:56:17Z
[links] => Array
(
[0] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://api.paypal.com/v1/payments/payment/PAY-6295545822945854YK4EYREI
[rel] => self
[method] => GET
))
[1] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-3CG46038F0283424G
[rel] => approval_url
[method] => REDIRECT
))
[2] => PayPal\Api\Links Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[href] => https://api.paypal.com/v1/payments/payment/PAY-6295545822945854YK4EYREI/execute
[rel] => execute
[method] => POST
))
)
)
)
04-09-2016 @ 22:56:34 – PayPal\Api\Payment Object
(
[_propMap:PayPal\Common\PayPalModel:private] => Array
(
[id] => PAY-6295545822945854YK4EYREI
))
- The topic ‘Special server requirements for PayPal Plus?’ is closed to new replies.