Questions tagged [react-native-stripe-api]

8 questions
7
votes
0 answers

TypeError: null is not an object (evaluating '_NativeStripeSdk.default.initialise') while integrating stripe in react native app

I am trying to link stripe payment to a react native cli ecommerce app using the newly launched @stripe/stripe-react-native package but i am getting an error in android simulator while providing publishable key to stripe provider…
1
vote
1 answer

How to do payment with stripe in react native?

I'm creating a react native app and I need to do payment with stripe. Is there any way to do it with or without using any third-party libraries? And I am able to create a Token with fetch method by accessing stripe API with the following code…
Sidath
  • 379
  • 1
  • 9
  • 25
1
vote
1 answer

How upload Image on stripe?

I added all things related to stripe server guide but did not work for me Here is my code i did not added stripe key and please also guide me where i add stripe key and yet in response null return in body.please guide me if you have any…
0
votes
1 answer

TypeError: interpolate not a function. (In 'interpolate(this.progress,{ inputRange: [PROGRESS_EPSILON, 1],outputRange: })','interpolate' undefined)

So while updating a bunch of stuff so we could migrate from tipsi-stripe to react-native-stripe I've managed to run into this error after attempting to initialise stripe ERROR TypeError: interpolate is not a function. (In…
Mark Lloyd
  • 141
  • 2
  • 13
0
votes
2 answers

StripeProvider.initialise is not defined

Im trying to using stripe-react-native (with expo and using android) library but immediately I use the StripeProvider I got this error (I followed the Docs): TypeError: null is not an object (evaluating…
0
votes
2 answers

Stripe - Create a Source for a Credit Card using only Stripe API

I'm trying to register a user payment info by directly using fetch to Stripe's API (since it's a React Native app, I can't use Stripe Elements). It follows the usual concept: a user registers his credit card, which is then associated to his account…
flapas
  • 583
  • 1
  • 11
  • 25
0
votes
1 answer

Cancel a subscription using react-native-stripe-api

I'm using react-native-stripe-id to connect to Stripe from a react-native app. I create a token from a card, then a customer, and then a subscription for them with: ... .then(card => { return stripeClient.createToken(card.cardNumber,…
nicholas
  • 14,184
  • 22
  • 82
  • 138
-4
votes
1 answer

Hold payment from one stripe account to other stripe account

Here, I am using Stripe APIs for payment gateway. There is no requirement to make payment through bank account to stripe account and vise-versa. That's why I am making payment with one stripe account to other stripe account. This process I have done…
Virb
  • 1,639
  • 1
  • 16
  • 25