PayPal Plus

Leider Funktioniert bei mir aktuell kein PayPal Plus.
Trotz freischalten werden meine Kunden immer auf den alten Paypal Plus Checkout weiter geleitet.
Somit können meine Kunden keine Lastschrift und Kreditkartenkauf ohne Anmeldung nutzen…

Laut PayPal wäre das ein Shopware Problem ?   

Hier der API Call, den wir empfangen haben, als mir die PayPal Plus “Payment Wall” angezeigt wurde:

Request:
{ “intent”: “sale”, “payer”: { “payment_method”: “paypal” }, “transactions”: [{ “amount”: { “total”: “15.89”, “currency”: “EUR”, “details”: { “subtotal”: “11.99”, “tax”: “0.00”, “shipping”: “3.90” } }, “item_list”: { “items”: [{ “name”: “Illuma-Lid Crosshatch Brass”, “sku”: “1507950”, “price”: “11.99”, “currency”: “EUR”, “quantity”: 1 }], “shipping_address”: { “recipient_name”: “*** ****”, “line1”: “***** *** ****** **”, “city”: “******”, “postal_code”: “*****”, “country_code”: “DE”, “default_address”: false, “preferred_address”: false, “primary_address”: false, “disable_for_transaction”: false } }, “related_resources”: , “supplementary_data_map”: { } }], “experience_profile_id”: “XP-S99U-S7LJ-CBNB-YZ48”, “redirect_urls”: { “return_url”: “https://www.xxxxxx/payment_paypal/return”, “cancel_url”: “https://www.xxxxxx//payment_paypal/cancel” } }

Response:
{ “id”: “PAY-5V807161W6145045DK2VBISA”, “intent”: “sale”, “state”: “created”, “payer”: { “payment_method”: “paypal” }, “transactions”: [{ “amount”: { “total”: “15.89”, “currency”: “EUR”, “details”: { “subtotal”: “11.99”, “tax”: “0.00”, “shipping”: “3.90” } }, “item_list”: { “items”: [{ “name”: “Artikel Brass”, “sku”: “1655850”, “price”: “11.99”, “currency”: “EUR”, “quantity”: 1 }], “shipping_address”: { “recipient_name”: “*** ****”, “line1”: “***** *** ****** **”, “city”: “******”, “postal_code”: “*****”, “country_code”: “DE”, “default_address”: false, “preferred_address”: false, “primary_address”: false, “disable_for_transaction”: false } }, “related_resources”: , “supplementary_data_map”: { } }], “experience_profile_id”: “XP-S99U-S7LJ-CBNB-YZ48”, “create_time”: “2016-01-28T13:14:48Z”, “links”: [{ “href”: “https://api.paypal.com/v1/payments/payment/PAY-5V807161W6145045DK2VBISA”, “rel”: “self”, “method”: “GET” }, { “href”: “https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-7NS65315GY224700M”, “rel”: “approval_url”, “method”: “REDIRECT” }, { “href”: “https://api.paypal.com/v1/payments/payment/PAY-5V807161W6145045DK2VBISA/execute”, “rel”: “execute”, “method”: “POST” }] }
Dann ein zweiter API Call ein 16 Sekunden spaeter (dabei handelt es sich um eine Eigenheit in Shopware)
Request:
{ “intent”: “sale”, “payer”: { “payment_method”: “paypal” }, “transactions”: [{ “amount”: { “total”: “15.89”, “currency”: “EUR”, “details”: { “subtotal”: “11.99”, “tax”: “0.00”, “shipping”: “3.90” } }, “item_list”: { “items”: [{ “name”: “Illuma-Lid Crosshatch Brass”, “sku”: “1507950”, “price”: “11.99”, “currency”: “EUR”, “quantity”: 1 }], “shipping_address”: { “recipient_name”: “*** ****”, “line1”: “***** *** ****** **”, “city”: “******”, “postal_code”: “*****”, “country_code”: “DE”, “default_address”: false, “preferred_address”: false, “primary_address”: false, “disable_for_transaction”: false } }, “related_resources”: , “supplementary_data_map”: { } }], “experience_profile_id”: “XP-S99U-S7LJ-CBNB-YZ48”, “redirect_urls”: { “return_url”: “https://www.xxxxxx/.de/payment_paypal/return”, “cancel_url”: “https://www.xxxxxx/.de/payment_paypal/cancel” } }
Response:
{ “id”: “PAY-7X482225SL004860YK2VBIWA”, “intent”: “sale”, “state”: “created”, “payer”: { “payment_method”: “paypal” }, “transactions”: [{ “amount”: { “total”: “15.89”, “currency”: “EUR”, “details”: { “subtotal”: “11.99”, “tax”: “0.00”, “shipping”: “3.90” } }, “item_list”: { “items”: [{ “name”: “Illuma-Lid Crosshatch Brass”, “sku”: “1507950”, “price”: “11.99”, “currency”: “EUR”, “quantity”: 1 }], “shipping_address”: { “recipient_name”: “*** ****”, “line1”: “***** *** ****** **”, “city”: “******”, “postal_code”: “*****”, “country_code”: “DE”, “default_address”: false, “preferred_address”: false, “primary_address”: false, “disable_for_transaction”: false } }, “related_resources”: , “supplementary_data_map”: { } }], “experience_profile_id”: “XP-S99U-S7LJ-CBNB-YZ48”, “create_time”: “2016-01-28T13:15:04Z”, “links”: [{ “href”: “https://api.paypal.com/v1/payments/payment/PAY-7X482225SL004860YK2VBIWA”, “rel”: “self”, “method”: “GET” }, { “href”: “https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-8E5565459X4244242”, “rel”: “approval_url”, “method”: “REDIRECT” }, { “href”: “https://api.paypal.com/v1/payments/payment/PAY-7X482225SL004860YK2VBIWA/execute”, “rel”: “execute”, “method”: “POST” }] }

Und dann der Classic API Call, der mich dann weiter geleitet hat:
SetExpressCheckoutRequest
returnurl “https://www.xxxxxx/.de/payment_paypal/return
cancelurl “https://www.xxxxxx/.de/payment_paypal/cancel
paymentaction “Sale”
addroverride “1”
localecode “DE”
logoimg “https://www.xxxxxx/.de/media/image/6a/18/0b/logo.png
cartbordercolor “E1540F”
giropaysuccessurl “https://www.xxxxxx/.de/payment_paypal/return
giropaycancelurl “https://www.xxxxxx/.de/payment_paypal/cancel
banktxnpendingurl “https://www.xxxxxx/.de/payment_paypal/return
allownote “1”
customerservicenumber “23605”
totaltype “Total”
method “SetExpressCheckout”
version “113.0”
shiptoname “MTS Test”
shiptostreet “Unter den Linden 16”
shiptocity “Berlin”
shiptozip “10117”
shiptocountry “DE”
shiptophonenum “+49302154154454”
currencycode “EUR”
amt “15.89”
itemamt “11.99”
shippingamt “3.90”
taxamt “0.00”
custom “cd11e4113136a1c06b0d818d437aedf0”
notifyurl “https://www.xxxxxx/.de/payment_paypal/notify?session-1=3lj15l0anse0q7iib524alni07&__shop=1
name “Illuma-Lid Crosshatch Brass”
number “1507950”
qty “1”

SetExpressCheckoutResponse
token “EC-9W161350HX7430231”
timestamp “2016-01-28T13:15:25Z”
correlationid “e8481e4973ae9”
ack “Success”
version “113.0”
build “18308778”

Vermutlich wurde das PayPal Plus Plugin bei Ihnen nicht richtig installiert oder Sie haben ein aelteres PayPal Payment Plugin.
Oder das PayPal Plus Plugin ist im Shop nicht richtig konfiguriert.

Bitte pruefen Sie Ihren Shop und wenden Sie sich im Zweifelsfall an den Partner Shopware, der das Plugin erstellt hat und unterstuetzt. Die Kollegen koennen dann mal Ihre Konfiguration durchgehen.

Mit freundlichen Grüßen,
PayPal MTS

Das war die Antwort von PayPal ich hoffe mir kann jemand weiter helfen

Ich habe jetzt noch mal einen neuen TestShop gemacht wo genau nur zwei Plugin’s (PayPal & PayPal Plus) Installiert sind.
Der Shop hat das neuste Shopware und das Problem besteht auch bei diesen Shopsystem, es wird immer nur der PayPal Express Link übergeben!

Ich bin gespannt wann sich Shopware dazu äußert.

Vielen Dank 

Hallo,

am besten schaust du mal in die Suche hier im Forum. Ähnliche Themen wurden ja bereits mehrfach behandelt.

Konkret dieser Post: http://forum.shopware.com/discussion/comment/148760/#Comment_148760

Moritz

Hallo Moritz

okay vielen Dank den Beitrag habe ich nicht gesehen bzw. habe ich damit auch nicht gerechnet das das Problem schon 14 Tage bekannt ist und kein update erschienen ist.