Live Google Pay transactions via Flutter pay package not reaching Stripe #2200
Unanswered
Sebastianoakon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did Google review the app as in Stripe's instructions: https://docs.stripe.com/google-pay?platform=android#going-live |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’ve integrated Google Pay in our Flutter app using the pay package with Stripe as the processor. While test mode works perfectly, live payments complete in the app but never appear in Stripe’s dashboard.
What we’ve verified:
Keys: Using live Stripe keys (pk_live_xxx) and live Google Pay merchant ID.
Environment: Set "environment": "PRODUCTION" in PaymentConfiguration.
App Signing: Release keystore SHA-1 matches Google Pay Console.
Testing: Deployed to Play Store closed testing (suspect live mode may require production).
Debugging evidence:
Test mode logs show paymentIntent IDs; live mode shows no errors but no Stripe activity.
Stripe live webhooks are configured but not triggered.
Questions for Google:
Does the pay package fully support forwarding live payments to Stripe?
Are there restrictions for closed testing vs. production for live transactions?
Could this be a merchant account or callback configuration issue?
Beta Was this translation helpful? Give feedback.
All reactions