Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential Device Specific Bug: Stripe Pay (Platform and Not Platform) Works on Samsung Galaxy S9+ and Google Pixel but does not on Samsung Galaxy S24. Error: No such payment_intent: 'pi_fkjehgfi3y45743y76e' #1800

Open
umrashrf opened this issue Dec 22, 2024 · 2 comments

Comments

@umrashrf
Copy link

umrashrf commented Dec 22, 2024

Describe the bug
I have a weird issue like this one. Stripe Platform Pay Google Pay shows fine on Galaxy S9+ but doesn't on Galaxy S24. Upon looking into logs, it gives me following error on Samsung Galaxy S24.

{
   code: Failed,
   declineCode: null,
   localizedMessage: No such payment_intent: 'REDACTED',
   message: No such payment_intent: 'REDACTED',
   stripeErrorCode: resource_missing,
   type: invalid_request_error
}

I double checked on Stripe Dashboard and the Payment Intent is indeed created and has valid state. This happened on Samsung Galaxy S24. I am able to reproduce the issue with Samsung Remote Test Lab.

I have also tested on Samsung Galaxy S9+ and Google Pixel physical devices and it works fine on them.

To Reproduce
Steps to reproduce the behavior:

  1. Use Samsung Galaxy S24 or Go to https://developer.samsung.com/remote-test-lab and find Samsung Galaxy S24 from USA location
  2. Use a test app with Stripe Platform Pay Google Pay
  3. Click 'Order with Google Pay'

Expected behavior
Stripe Platform Pay Google Pay Dialog Should Show

Desktop (please complete the following information):

  • OS: macOS
  • Version Sonoma 14.6.1

Smartphone (please complete the following information):

  • Device: Samsung Galaxy S24 (SM-S921W)
  • OS: Android
  • Browser Chrome
  • Version 34

Additional context
Add any other context about the problem here.

@umrashrf
Copy link
Author

Related #1553

@umrashrf umrashrf changed the title Potential Device Specific Bug: Stripe Platform Pay (Google Pay) Works on Samsung Galaxy S9+ and Google Pixel but does not on Samsung Galaxy S24 Potential Device Specific Bug: Stripe Platform Pay (Google Pay) Works on Samsung Galaxy S9+ and Google Pixel but does not on Samsung Galaxy S24. Error: No such payment_intent: 'pi_fkjehgfi3y45743y76e' Dec 22, 2024
@umrashrf umrashrf changed the title Potential Device Specific Bug: Stripe Platform Pay (Google Pay) Works on Samsung Galaxy S9+ and Google Pixel but does not on Samsung Galaxy S24. Error: No such payment_intent: 'pi_fkjehgfi3y45743y76e' Potential Device Specific Bug: Stripe Pay (Platform and Not Platform) Works on Samsung Galaxy S9+ and Google Pixel but does not on Samsung Galaxy S24. Error: No such payment_intent: 'pi_fkjehgfi3y45743y76e' Dec 27, 2024
@umrashrf
Copy link
Author

Updated title to reflect that also the presentPaymentSheet does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant