stripe-react-native icon indicating copy to clipboard operation
stripe-react-native copied to clipboard

Payment confirmation error in android

Open ALIHASSAN65 opened this issue 2 years ago • 0 comments

I just install the command without any addition configuration in android and ios folder as mentioned in stripe document. It's working successful on ios but on android showing this error. I'm using CardField inside of StripeProvider. any body have any idea will be highly appreciated

Payment confirmation error {"code": "Failed", "declineCode": null, "localizedMessage": "IOException during API request to Stripe (https://api.stripe.com/v1/payment_intents/pi_3OFSbwKfmbJj7r1E05tpVtex/confirm): Unable to resolve host "api.stripe.com": No address associated with hostname. Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at [email protected].", "message": "IOException during API request to Stripe (https://api.stripe.com/v1/payment_intents/pi_3OFSbwKfmbJj7r1E05tpVtex/confirm): Unable to resolve host "api.stripe.com": No address associated with hostname. Please check your internet connection and try again. If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at [email protected].", "stripeErrorCode": null, "type": null}

ALIHASSAN65 avatar Nov 23 '23 02:11 ALIHASSAN65