# PayPal Zahlungsart Kreditkarte und Lastschrift schlägt fehl (CHECKOUT\_\_ASYNC\_PAYMENT\_PROCESS\_INTERRUPTED)

**URL:** https://forum.shopware.com/t/paypal-zahlungsart-kreditkarte-und-lastschrift-schlaegt-fehl-checkout-async-payment-process-interrupted/105790
**Category:** Shopware 6 (German)
**Created:** [8. November 2024 um 08:56 UTC](https://forum.shopware.com/t/paypal-zahlungsart-kreditkarte-und-lastschrift-schlaegt-fehl-checkout-async-payment-process-interrupted/105790 "2024-11-08T08:56:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Heidelbeere](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@Heidelbeere](https://forum.shopware.com/u/Heidelbeere)
#### Post date: [8. November 2024 um 08:56 UTC](https://forum.shopware.com/t/paypal-zahlungsart-kreditkarte-und-lastschrift-schlaegt-fehl-checkout-async-payment-process-interrupted/105790/1 "2024-11-08T08:56:39Z")

</div>

Hi,  
die Zahlungsarten **PayPal Kreditkarte** und **PayPal Lastschrift** erzeugen einen Fehler:  
`CHECKOUT__ASYNC_PAYMENT_PROCESS_INTERRUPTED`

Nach dem Checkout (Bestellung abschließen) bricht die Weiterleitung zu PayPal ab und es konnte keine Zahlung durchgeführt werden. Dieser Fehler tritt auch in älteren Versionen von Shopware 6 und PayPal auf.

Shopware Headless mit [Shopware Frontends](https://frontends.shopware.com)  
Shopware Version 6.6.8.1  
PayPal Version 9.6.3

Die Zahlungsart PayPal funktioniert einwandfrei.  
PayPal API-Zugang aktiv, PayPal Webhook aktiv.

Ein anderer User hat das Problem auf Github geschildert. Issue wurde ohne Lösung geschlossen:

> <https://github.com/shopware/shopware/issues/4699>
>
> \*PHP Version:\* 8.2.23 | \*Shopware Version:\* 6.6.6.0 | \*Affected area / extens…ion:\* Extension:PayPal-Integration 
> 
> ----
> 
> \*\_Expected behaviour:\_\*
> 
> 
> 
> Credit or debit card payment should work
> 
> \*\_Actual behaviour:\_\*
> 
> 
> 
> Doesn't work and ends up in a issue when using handlePayment from @shopware/frontends
> CHECKOUT\_\_ASYNC\_PAYMENT\_PROCESS\_INTERRUPTED
> 
> \*\_How to reproduce:\_\*
> 
> 
> 
> We just added PayPal Credit Card in Shopware Settings. Has not worked yet...
> 
> \<img width="1035" alt="image" src="https://github.com/user-attachments/assets/28810219-19d5-49f9-89b9-e5ca0ce071f3"\>
> 
> 
> \`\`\`
> const placeOrder = async () =\> {
> isLoading.value = true
> // programmatically trigger the personal information form
> submitForm('personalInformation')
> await register(state.value)
> order.value = await createOrder()
> // creating the payment route
> const SUCCESS\_PAYMENT\_URL = \`${window?.location?.origin}/${locale.value}/checkout/order/${order.value.id}/paid\`
> const FAILURE\_PAYMENT\_URL = \`${window?.location?.origin}/${locale.value}/checkout/order/${order.value.id}/unpaid\`
> isLoading.value = false
> const handlePaymentResponse = await handlePayment(
> SUCCESS\_PAYMENT\_URL,
> FAILURE\_PAYMENT\_URL,
> )
> const redirectUrl = handlePaymentResponse?.data?.redirectUrl
> if (redirectUrl) {
> window.location.href = redirectUrl
> }
> await refreshCart()
> }
> \`\`\`
> 
> 
> 
> 
> 
> \`\`\`
> \------------------------------
> \- Operating System: Darwin
> \- Node Version: v20.5.1
> \- Nuxt Version: 3.13.1
> \- CLI Version: 3.13.1
> \- Nitro Version: 2.9.7
> \- Package Manager: yarn@4.1.1
> \- Builder: -
> \- User Config: future, app, hooks, routeRules, runtimeConfig, swiper, css, components, modules, image, security, postcss, vite, extends, compatibilityDate, formkit, plausible, cookieFirst, shopware
> \- Runtime Modules: @storyblok/nuxt@6.0.10, @nuxtjs/tailwindcss@6.12.1, @pinia/nuxt@0.5.4, @nuxt/image@1.8.0, @shopware-pwa/nuxt3-module@0.0.0-canary-20240910120534, nuxt-swiper@1.2.2, @formkit/nuxt@1.6.5, nuxt-cookie-first@0.1.7, @nuxtjs/plausible@1.0.2, nuxt-security@1.4.3
> \- Build Modules: -
> \------------------------------
> 
> \`\`\`

---

<div class="post-metadata">

### Author: ![R4M](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/r4m/32/9983_2.png) [@R4M](https://forum.shopware.com/u/R4M)
#### Post date: [11. November 2024 um 10:01 UTC](https://forum.shopware.com/t/paypal-zahlungsart-kreditkarte-und-lastschrift-schlaegt-fehl-checkout-async-payment-process-interrupted/105790/2 "2024-11-11T10:01:05Z")

</div>

Habt ihr mal versucht an den Hersteller ein Ticket zu senden?

---

<div class="post-metadata">

### Author: ![wb\_markus](https://avatars.discourse-cdn.com/v4/letter/w/c67d28/32.png) [@wb\_markus](https://forum.shopware.com/u/wb_markus)
#### Post date: [22. Januar 2025 um 06:47 UTC](https://forum.shopware.com/t/paypal-zahlungsart-kreditkarte-und-lastschrift-schlaegt-fehl-checkout-async-payment-process-interrupted/105790/3 "2025-01-22T06:47:57Z")

</div>

@Heidelbeere  
Hi, das mit dem GitHub Issue war ich.  
Hab die Lösung diese Woche in GitHub und auch in diesem Forum hier gepostet: [Shopware API & PayPal CardFields - #2 von wb\_markus](https://forum.shopware.com/t/shopware-api-paypal-cardfields/106301/2)

Schade das es nicht ordentlich dokumentiert ist Seitens Shopware…  
Bei Fragen gerne melden 🙂  
LG
