stripe-terminal-react-native
stripe-terminal-react-native copied to clipboard
React Native SDK for Stripe Terminal
**### In my Root(index.js) I initialized and API call for token and in App.js useEffect call the const { initialize } = useStripeTerminal() as per the documentation but still I...
**Describe the bug** Currently, I'm using stripe-terminal-react-native in the app, and I want to display the label of Readers (both discoveredReaders and connectedReader). But I found that the label field...
**Describe the bug** When calling cancelPaymentIntent with a valid payment intent ID for a payment intent in the `requiresCapture` state, the SDK returns this response object: `{"error": {"code": "InvalidRequiredParameter", "message":...
**Describe the bug** We are using EXPO to run the app. During the tests, we noticed that when the phone is going into the background on the enter pin screen...
I'm not able to compile using the library `@stripe/stripe-terminal-react-native` ``` npx expo run:android (node:45909) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation...
**Describe the bug** When starting a payment using simulated reader, an expired API key error is thrown. Error occurs sporadically and does not happen in every device. It happens very...
is there a way to simply work with the api without the hook api like so. ```ts if(!isInitialized){ await initialize() } await discoverReaders() await connectReader(...) ``` I think the hook...
**Describe the bug** After calling `collectPaymentMethod`, the TapToPay UX appears and if the user cancel the payment, we receive different error codes depending on the platform : - iOS: `{...
**Describe the bug** `collectPaymentMethod` method (I would also check other methods in this hook) from `useStripeTerminal` returns an object containing a prop `error` typed as `error: StripeError;` and it should...
Environment: Expo with Dev Client Physical iOS Device - iPhone 12 @stripe/stripe-terminal-react-native version 0.0.1-beta.14 Issue Description: I am working on a React Native project where I'm implementing the "Tap to...