PayPal Plus Plugin Bezahlung nicht möglich

Wir haben seit einigen Wochen einen Shopware Shop und haben Paypal Plus als Zahlungsmittel hinterlegt. 
API-Einstellung wurden getesten und funktionieren einwadnfrei. Trotzdem habe ich in der Logfile diese Fehlermeldungen:

PayPal: Could not validate API credentials due to a communication failure
{ “message”: “Client error response [url] https://api.sandbox.paypal.com/v1/oauth2/token [status code] 401 [reason phrase] Unauthorized”,
  “payload”: “{“error”:“invalid_client”,“error_description”:“Client Authentication failed”}” }

PayPal: Could not create authentication - request exception
{ “payload”: “{“error”:“invalid_client”,“error_description”:“Client Authentication failed”}”,
  “message”: “Client error response [url] https://api.sandbox.paypal.com/v1/oauth2/token [status code] 401 [reason phrase] Unauthorized”}

Außerdem ist es nicht möglich sich im Laufe des Betsellvorgangs in dem Pop-up Fenster zum Login bei Paypal anzumelden. Es wird immer wieder das hier angezeigt, obwohl die Zugangsadten korrekt sind:

Hst du denn vielleicht den Sandbox-Modus aktiv?
Dort kannst du bspw. mit den Live-Daten auch keinen Login vornehmen.

1 „Gefällt mir“

Der Sandbox-Modus war tatsächlich aktiv. Ich habe ihn nun auf inaktiv gesetzt. Alleringds wird mir nun ein Fehler im Frontend angezeigt:
“Während der Kommunikation mit dem Zahlungsanbieter ist ein Fehler aufgetreten, bitte versuchen Sie es später erneut.”

Die Log-files zeigen diese Fehler:
 

PayPal: Could not create payment for plus payment wall due to a communication failure
{
  “message”: “Client error response [url] https://api.paypal.com/v1/oauth2/token [status code] 401 [reason phrase] Unauthorized”,
  “payload”: “{“error”:“invalid_client”,“error_description”:“Client Authentication failed”}”
}

PayPal: Could not create authentication - request exception
{
  “payload”: “{“error”:“invalid_client”,“error_description”:“Client Authentication failed”}”,
  “message”: “Client error response [url] https://api.paypal.com/v1/oauth2/token [status code] 401 [reason phrase] Unauthorized”
}

PayPal: Could not patch address, payer info, item list and amount due to a communication failure
{
  “message”: “Client error response [url] https://api.paypal.com/v1/oauth2/token [status code] 401 [reason phrase] Unauthorized”,
  “payload”: “{“error”:“invalid_client”,“error_description”:“Client Authentication failed”}”
}

Hallo,

der Fehler sagt eindeutig aus, dass deine benutzten Credentials falsch sind. Bitte überprüfen diese noch mal. Wie Moritz bereits sagte, achte darauf, dass du Sandbox Credentials nicht im Live Modus und umgekehrt nutzt. 

Viele Grüße aus Schöppingen

cool Michael Telgmann

Danbke, hab es geschafft! Schönes WE