#dragan_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1246106567842201700
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
I can see that my Question is cut off. Sry for that.
Hi ๐ this largely seems like a decision for you to make, since it seems like the behavior you're after is specific to your business requirements.
... So, whenever a user in our app creates an organization we will create a Customer in Stripe.
Would it be a problem if we do so? Can multiple Users access the same Customer in Stripe and modify its payment details?
And can the same payment method be used for multiple organizations?
It depends on how you've structured your integration. Typically your code is what will interact with the Customer object in Stripe, so it depends on whether you build flows that let multiple users make adjustments to the Customer you create.
Ofc. But from Stripe side we won't have any issues?
Not that come to mind, are you running into errors during your testing?