#tibbs_api

1 messages ¡ Page 1 of 1 (latest)

latent warrenBOT
#

👋 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/1343650847124492339

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

viral elm
#

Hello! You didn't really ask a specific question. How can I help?

thick turtle
#

Sorry I did notice this after I hit submit lol, I would like some advice around how I've integrated Stripe into my app, if I have done it correctly mainly and how I can improve it if I haven't

viral elm
#

We can't provide code reviews or integration reviews here. I'm happy to answer specific questions if you're stuck, or explain specific things, but for broad questions/reviews you'd need to hire/work with a developer.

thick turtle
#

Ah I see, sorry. It's my first time asking a question here, what kind of questions am I able to ask around my integration with it?

viral elm
#

We're happy to answer specific developer questions about Stripe. Common questions we get here are about error messages, why something is behaving a certain way, how to get past something specific that's blocking you, etc.

#

Like you mentioned you're getting null for some customer info at some point, but that's a very vague question I can't really help with. If you can provide more specific details about that I can probably help you get further along.

#

Like what Stripe products are you using? What specific point are you expecting a non-null result? Can you give me the Stirpe ID of an example?

thick turtle
#

I'll try explain my best, I am using Firestore for storing user details, when a user checks out I store whether the user upgraded to pro or not using Stripe webhooks, I'm new to payment providers in general and Stripe, but I was trying to go through the docs on how to do this and it seems correct, I am using Stripe products in the catalogue, with Pro weekly/monthly/yearly options, which on Stripe I can see their customer id, customer email and billing details etc but on my app it returns null to the firestore for customer email and the subscription interval is not being returned either

#

I'm absolutely butchering my explanation of it so apologies for that too

viral elm
#

I'm not familiar with Firestore or Firebase. It sounds like maybe you should start by asking people who are familiar with those for help?

thick turtle
#

Thank you anyway