stripe / stripe-android

Stripe Android SDK
https://stripe.com/docs/mobile/android
MIT License
1.26k stars 639 forks source link

[BUG] Users are not redirected back to the app after successfully paying with PayPal #9050

Open kit0kat opened 1 month ago

kit0kat commented 1 month ago

We use PaymentSheet in our Android app. When a user selects PayPal, they are redirected to PayPal in a Google Chrome tab. After successfully completing the process on PayPal, there is a loading screen telling the user that they will be redirected back to the app, but the redirection never happens. The user gets stuck on this endless loading screen. When the user clicks the X in the upper left corner, the web tab closes and the user is redirected back to the app showing a successful payment.

The redirect works fine on the web, but not with the Android SDK.

Bildschirmfoto 2024-08-12 um 20 44 42

manandhar-aarya commented 3 weeks ago

Hi, I am facing the same problem. @kit0kat did you manage to solve this problem?

kit0kat commented 3 weeks ago

Hi @manandhar-aarya It's good to know I'm not the only one experiencing this problem. Unfortunately, I haven't found a solution yet, and I'm still waiting for a response from Stripe.