Weiterleitung im Checkout zu Paypal funktioniert nicht.
-
Habe es schon über Eure Mailadresse versucht, leider ohne Erfolg.
Folgendes Problem:
Im Checkout funktioniert die Weiterleitung zu Paypal nicht.
In der Logdatei taucht folgender Fehler auf:
[29-01-2018 03:07:32] Inpsyde\Lib\PayPal\Core\PayPalHttpConnection : ERROR: Got Http response code 400 when accessing https://api.paypal.com/v1/payments/payment/PAY-00C92841XR833804NLJXTRFQ. {“name”:”MALFORMED_REQUEST”,”details”:[{“field”:”purchase_units”,”issue”:”Unrecognized field/Invalid Value”}],”message”:”MALFORMED_REQUEST”,”information_link”:”https://developer.paypal.com/docs/api/payments/#errors”,”debug_id”:”5ca4f42bb0033″}Der technische Support von Paypal verweist an Euch. Hier soll das Problem liegen:
Laut der von Ihnen genannten Fehlermeldung, sendet Ihre Integration Parameter purchase_units im Create Payent Call falsch Aufgebaut.
purchase_units sollte Teil der Order API sein.Zudem:
# Client ID Ab4FjgGj9hSK […]
Jan 31, 2018 9:32 AM GMT
Create Payment/Patch Call/Update Payment -> MALFORMED_REQUEST
{
“op”: “replace”,
“path”: “/transactions/0/amount”,
“value”: {
“total”: “31.57”,
“currency”: “EUR”,
“details”: {
“subtotal”: “25.58”,
“shipping”: 5.989999999999999
}
}
}
Der Parameter Shipping wird falsch genutzt.
https://developer.paypal.com/docs/api/payments/#payment_update
“shipping string
The shipping fee. Maximum length is 10 characters, which includes:
Seven digits before the decimal point.
The decimal point.
Two digits after the decimal point.”# Client ID AZLPvR2v […]
33 Malformed Requests Create Payment welche nicht bis zu PayPal durchkamen, sondern direkt abgelehnt wurden# Client ID Ab4FjgGj9hSKfizS8 […]
Wie gehen wir hier weiter vor? Sind seit 3 Tagen nicht verkaufsf?hig
The page I need help with: [log in to see the link]
- The topic ‘Weiterleitung im Checkout zu Paypal funktioniert nicht.’ is closed to new replies.