tipsi-stripe
tipsi-stripe copied to clipboard
React Native Stripe binding for iOS/Android platforms
Error: 'new' is unavailable: You cannot directly instantiate an STPIssuingCardPin Since xCode has been updated to 12.5 it returns this problem. How to solve? thank you
I am facing this error. tipsi-stripe 19.0.0 and strip 21.4.0
I know that this library isn't being that actively maintained and that a new `stripe-react-native` library is dropping soon. However, I've got an existing project that I am working on...
[](url) 
Hi folks - checking back in here: Your official Stripe react native library is finally live! - Public beta announcement: https://twitter.com/StripeDev/status/1391863173926506501 - Public library: https://github.com/stripe/stripe-react-native - Reference: https://stripe.dev/stripe-react-native/api-reference/index.html - Guide:...
Are you going to insert support for new Stripe PaymentIntents API?
Is it possible to implement google pay in IOS simulator using tipsi stripe?
## Before I have submitted the issue [ ] I have read an [installation guide](https://tipsi.github.io/tipsi-stripe/docs/installation.html) [ ] I know that for an iOS I need to install pods because I've...
Hi, you are saying that merchant id is required if people want to use Apple Pay https://tipsi.github.io/tipsi-stripe/docs/usage.html but stripe says that it does not expose merchant id. https://support.stripe.com/questions/merchant-account-number-or-merchant-id-for-sellers-permit-applications So whee...
hi everyone, i just want to ask what is the meaning of `errorCode: api`?? this is my error {"framesToPop":1,"nativeStackAndroid":[],"userInfo":null,"message":"Your card is not supported.","code":"api"} and we are getting this on createPaymentMethod...