Search code examples
fluttergoogle-pay

Google Pay android integration don’t see my app


I have already done Google Pay integration in my Flutter app. Also I already have confirmed merchant profile . I already tested Google Pay on test environment and all work. But after deployed app on Play Market I have OR_BIBED_11 popup and app not appeared in my android integration list . Mentioned that I already have 1 app for this profile . What should I do or what I do wrong .

Thanks a lot

After research I found required to send app for production approval . But I don’t really understand where can I do that . In my business console I have only “add Web integration “


Solution

  • Gyus. As was mentioned by @Domi, check if your email , which you use in Google Business console is in a list of emails from Google Play console.

    I have no access for Busines console by email from Play console and thats was an issue. Even if u don't integrate Google Pay api in your project, after publishing your app it will appear in the integration list if it's Android app.

    Thanks a lot.