seanzhang-stripe

Results 37 comments of seanzhang-stripe
trafficstars

Hi @divyanshkumarsharma Can you paste the crash stacktrace log here? This [doc](https://reactnative.dev/docs/next/native-debugging) tells you how to access native logs.

Hi @nandrew132 can you call isPlatformPaySupported ([doc](https://stripe.com/docs/google-pay?platform=react-native#react-native-init), [api](https://stripe.dev/stripe-react-native/api-reference/index.html#isPlatformPaySupported)) to check whether the device supports Google Pay? You mentioned that you are able to use the [PlatformPayButton](https://stripe.dev/stripe-react-native/api-reference/index.html#PlatformPayButton) integration. Are you able...

Hi @nandrew132 that's quite strange. Can you share with me a test react-native project that I can run and reproduce the problem?

Hi @nandrew132 I run your project but I can't reproduce the problem. Are you using a Google account that was created in a country where Google Pay is supported?

@nandrew132 Can you test the same on a different device and see if the result is different?

Hi @amanrajtoppoart007 This feature request is currently in Stripe Android SDK team's roadmap. You can watch this ticket (https://github.com/stripe/stripe-android/issues/6311) on its progress.

Hi @delphinebugner That's a great find! Thank you. The `PlatformPayButton` is just a UI component that render a platform specific pay button (i.e., Google Pay in Android or Apple Pay...

@parth-simform Have you added `com.google.android.gms.wallet.api.enabled` in your Android manifest and passed `googlePay` hash to `initPaymentSheet` ? Details [here](https://docs.stripe.com/payments/accept-a-payment?platform=react-native#react-native-google-pay)

Hi @JazKingX VisionOS support is already added since SDK version [23.20.0](https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#23200-2023-12-18). Can you update to the latest version and try again?

Hi @littlematt . Can you share with us more about the problem that you are facing? Any relevant code snippet, screenshots or screen recordings, as well as the version of...