stripe-react-native
stripe-react-native copied to clipboard
React Native library for Stripe.
I am using PlatformPayButton for apple pay for charging recurring payments (monthly). I have added address as compulsory field as I have automatic tax collection enabled. Now even though I...
**Is your feature request related to a problem? Please describe.** How can Stripe, as powerful as it is, not offer the possibility of having separate and fully customizable inputs? -...
Is it possible to exclude apple pay in an expo workflow. We only intend to use this library in our android build, we already use apple in app purchase services...
**Describe the bug** I get this error when creating a build via Expo EAS. I am on the newest version of Expo (`53.0.7`) and @stripe/stripe-react-native (`0.45.0`). I have installed the...
`"@stripe/stripe-react-native": "0.47.1"` handleNextAction on android is not working  ``` > Configure project : [ExpoRootProject] Using the following versions: - buildTools: 35.0.0 - minSdk: 24 - compileSdk: 35 - targetSdk:...
**Describe the bug** When using `confirmPlatformPayPayment` on iPhone it seems to take a very long time and eventually causes the payment to time-out. However, the call eventually resolves and succeeds....
### 🐛 **Bug: Stripe Payment Sheet Hangs and Freezes App** --- ### **Problem** Whenever I click the **"Edit/Add Payment Method"** button, the **Stripe payment sheet appears** from the bottom of...
Execution failed for task ':stripe_stripe-react-native:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details * Try: > Run with --stacktrace option to get the...
Hi, I'm occasionally seeing an issue with the `confirmPlatformPayPayment` function where it returns the following error, even though the user has **not** canceled the payment: ```json { "code": "Canceled", "message":...
## Summary Add PMO SFU API for iOS and Android ## Motivation https://jira.corp.stripe.com/browse/MOBILESDK-3580 ## Testing - [X] I tested this manually - [ ] I added automated tests ## Documentation...