Closed bragento closed 4 years ago
Hi @bragento the PayPal Endpoint we're talking to is picky about cart items without prices. Having just one item with amount=0 in your cart will let paypal transactions fail. You can mitigate this by deactivating "Warenkorbübergabe" in your PAYONE Settings:
If you use other payment methods that rely on cart items, make sure you select PayPal in the first dropdown to set this for PayPal only.
Hi @hreinberger you mean, your Implemation about "basket handover" is wrong? If this is not working why is there this option for paypal or no hint in documentation?
AFAIK PayPal is the only payment method in our portfolio that's this picky about items having an amount of 0. We're trying to accommodate as many possible configurations as possible. Having cart items show up in your PayPal checkout is a nice feature for many merchants, but if your individual configuration involves cart items with amount=0, you'll have to deactivate this.
We could however make this more clear in our documentation - I'll update our docs page accordingly.
hello,
we have a problem with premium goods or say free items. Steps to reproduce:
In our case basket looks like
The Payone_Api_Request_Authorization Object have these invoice items
After sending Payment Request to Payone the following error response is turning back.
We are using Shopware 5.6.6 and Payone in Version 4.2.1. We had this problem also in payone version 4.1.0. At the moment we can only prevent this error if we do not send the shopping cart with "basket handover" set to "no".
best regards