Paypal API und Headless - fehlender Parameter unklar

Ich versuche Kreditkartenzahlungen in einem Headless-System über Paypal abzuwickeln. In unseren Logs wird dieser Error geschrieben:

app.ERROR: An error occurred during processing the payment {"orderTransactionId":"8d7d84cc23754f6ea1a917ca3fab6ff0","exceptionMessage":"The synchronous payment process was interrupted due to the following error:\nMissing PayPal order id"} []
Die über /handle-payment/ mitgegebenen Parameter sind

{
orderId: XYZXYZXYZXZYXZ
succesUrl: https://blahblah.com
errorUrl: https://blahblah.com?transactionFailed
}

Nun ist unklar was mit „PayPal order id“ gemeint ist. Die Order-ID von SW wird ja mit übergeben.
Bitte um Hilfe!

Danke,
Dan

1 „Gefällt mir“

Did you find solution for it?