Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native Google Pay payment error [OR_BIBED_01]

I am getting following error when I am paying for google products from testing mode few times , I couldn't find why it is showing but most of times not showing error and going to payment screen.

Screenshot of error

Using @stripe/stripe-react-native library.

like image 934
Muhammad Saqib Noor Avatar asked Aug 29 '26 06:08

Muhammad Saqib Noor


1 Answers

The above issue could be due to config params , like SupportedNetworks passed while invoking the request, Passing the environment as PROD in test, and even the other configs params in the Google pay initiation call

like image 122
pramod nadimpalli Avatar answered Aug 30 '26 22:08

pramod nadimpalli