Alpit Panchal
Alpit Panchal

Reputation: 1037

Flutter Stripe Google Pay button is not accepted by Google Pay support team

I have implemented Google Pay using Stripe plugin in my Application and it's working fine in Test mode, but when set the Live mode, So need to submit our App for review. After submission get feedback from the Google Pay support team to use Google Pay branding button. but I'm using the as Stripe plugin provided Google pay button.

I'm getting this type of mail from Google Pay support team.

So my question is Stripe plugin by provided Google pay button is not full fill all required points for Google pay button.

Please help me or suggestions on this issue.

Thank you.

Upvotes: 0

Views: 971

Answers (1)

Ravin Laheri
Ravin Laheri

Reputation: 822

You can follow https://developers.google.com/pay/api/android/guides/brand-guidelines#payment-buttons and use button provided in link because it's google pay's new policy.

Like as we use to do for apple login.

So try with the icons provided in link and you will get approval from Google Pay to submit your app for review.

Upvotes: 1

Related Questions