#stripemakingmecrazy_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1434983312199520388
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi 👋
I'm sorry but I'm having trouble understanding exactly what the issue is here. When you say "I get unauthenticated" can you be more clear?
What are the exact error messages you are seeing? Where are you seeing them?
Hi! So I’m running my app that I am trying to test. And when I go to the payment page, this is what I get in terminal. Be aware that I am a vibe coder so therefore I am very new to this.
I can’t find my camera
Please do not use screenshots. Copy and paste the exact text of the error message
Flutter: [STRIPE] error: [fire base_ Functions/unauthenticated]
Okay, that isn't a Stripe error, despite what the text may say. It sounds like this has more to do with your Firebase setup
What request is your Flutter app making to your firebase back-end when this occurs?
Can you lead me where to find that in firebase?
No I cannot. I am only an expert in Stripe integrations. I cannot offer any assistance with Firebase
OK, well thank you very much. I will research more about my fire base. Have a good day.
I suspect there is some mismatch in how you have set your secret key. The unauthenticated error from Stripe APIs means you are not sending a valid Secret Key with the request. Usually this is handled by our SDKs, which is how I generally recommend users develop their integrations.
But I can understanding wanting to use a cloud-based solution