stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
On the CardForm, I would like : - to hide country/postal code - to choose error label position (flex-start, ...) Is it possible to add these options ? ![Simulator Screen...
We want to call our api when ever user select the address on **Apple Pay** on the basis of that we want to update our shipping options. This is the...
## Summary - Added `defaultValues` prop to `CardField`. You can now programmatically set the card number, CVC, expiry date, and postal code. - Expanded `CardForm`'s `defaultValues` prop. You can now...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] _I'd like the ability...
**Is your feature request related to a problem? Please describe.** It would be great to create a one-time use apple pay token so I can authorize a charge and capture...
We need to able to pass countryCode and postalCode status when calling CardForm component. This will make life lots easier for us. Thank you.
After a short discussion on the Stripe's discord dev-help channel, I learned that ACSS payments are not supported on React Native. # Feature Request Developers would like to allow their...
**Is your feature request related to a problem? Please describe.** I don't think so. **Describe the solution you'd like** I would like to be able to call the` useApplePay() `method,...
**Is your feature request related to a problem? Please describe.** I would like to use a card scanner to enter card details into a CardField, specifically on ios. It's something...
**Is your feature request related to a problem? Please describe.** We have a short term expiration on our cart for business reasons, so we just stop the purchase funnel when...