Relative Content

Tag Archive for react-nativestripe-payments

Why cannot Stripe close transaction with payment

I’m using @stripe/stripe-react-native in my React Native project. Notice below that there is an error but it isn’t descriptive or helpful. I want to know what I am missing or doing wrong so that I can finish the transaction.

Stripe hcaptcha throwing 401

In my react-native app, I’m using stripe integration, and when I try to add a card to my UI the action sheet pops up and allows users to enter their card details all of a sudden I’m getting an error from POST https://api.hcaptcha.com/authenticate 401 (Unauthorized).
response {"pass":false,"error-codes":["pat-missing-auth"]}