stripe-terminal-react-native
stripe-terminal-react-native copied to clipboard
React Native SDK for Stripe Terminal
**Describe the bug** A clear and concise description of what the bug is. @stripe > stripe-terminal-react-native > lib > typescript > src > types > index.d.ts > Location Using the...
## Summary Changed property name _customerId_ to _customer_ in CreateSetupIntentParams and SetupIntentScreen ## Motivation Fixing mismatch between types file and published documentation. Issue: https://github.com/stripe/stripe-terminal-react-native/issues/591#issue-2039484717 ## Testing - [X] I tested...
**Describe the bug** When calling function createSetupIntent, params ask to pass a property **customerId** with a string containing the ID of the customer we want to create the setup intent...
**Is your feature request related to a problem? Please describe.** hi how are you, I am implementing a point of sale with the sdk, and I need to reduce the...
**Is your feature request related to a problem? Please describe.** I'm currently using the exposed callbacks like `onDidChangeConnectionStatus` to update and expose the current status to render on my RN...
**Is your feature request related to a problem? Please describe.** For unrelated reasons, I have to restart the React Native app bundle programmatically if the app has been idle for...
Hello! I saw that after connecting to a reader successful: - The battery does not seem to be updated real-time. I have to disconnect and connect again to see the...
## Summary Fix issue with CollectInputs return values on iOS. ## Motivation To fix issue [https://github.com/stripe/stripe-terminal-react-native/issues/743](https://github.com/stripe/stripe-terminal-react-native/issues/743) ## Testing - [x] I tested this manually - [ ] I added automated...
## Summary Bump to sdks 3.7.0 ## Motivation ## Testing - [x] I tested this manually - [ ] I added automated tests ## Documentation Select one: - [ ]...
**Is your feature request related to a problem? Please describe.** When calling `supportsReadersOfType()`, a `deviceType` value must be passed in. When searching for Tap to Pay reader on iOS, `appleBuiltIn`...