问题 I am using stripe for the payment in react native app. For the backend, I have NodeJS running and it is working fine means when I pass the token, the payment gets successfully debited. However, in react native side, I am getting customer card details and creating token and then passing this token to my NodeJS server for payment but every time it gets network error. React native Code pay() { stripe.createToken({ card: { "number": '4242424242424242', "exp_month": 12, "exp_year": 2020, "cvc":