stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

React Native library for Stripe.

Results 328 stripe-react-native issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Keyboard is closing automatically when trying to focus name input field in giropay payment-sheet. **To Reproduce** checkout https://github.com/kaoDev/stripe-react-native-bug-repro which has the modifications to start a giropay payment...

Hi guys! I would like to know if it's possible to use the credit BALANCE as payment method. This is what nI'm trying to do from server: ![Screen Shot 2022-05-02...

enhancement

**Describe the bug** When using card field on smaller devices you can sometimes get stuck in the masked input field that handles the credit card number. On larger devices the...

ios

## **Is your feature request related to a problem? Please describe.** I think it's a good idea to implement Storybook on the lib; Storybooks can help to build the components...

enhancement

Looks like all added cards are credit, using any of the 3 client ways to add a card this lib allows. Isn't there a way to choose debit / prepaid?

question

Hi,Guide me to remove "Country or region" from payment sheet Code am using: const {error, paymentOption} = await initPaymentSheet({ customerId: '', customerEphemeralKeySecret: '', paymentIntentClientSecret: '', merchantDisplayName: 'example Ltd.', merchantCountryCode: 'AU',...

enhancement
blocked

I'm implementing the **Pre-built payments UI** and couldn't find a way to set a locale to show it in different languages. Is there something I'm missing or is this not...

docs

**Describe the bug** You expose the property `style` on the SetupParams of the paymentsheet. I found out that this only works on iOS but not on Android. I also dit...

enhancement
blocked

### Context I've updated `@stripe/stripe-react-native` package to v.0.2.0 in order to use [`CardForm` component](https://stripe.dev/stripe-react-native/api-reference/modules.html#CardForm) so that I can use a multi-line form instead of having it on one line. ###...

enhancement
blocked
CardForm

**Is your feature request related to a problem? Please describe.** On the card field in the JS library, if you put a card number in it can tell what country...

enhancement