#dragan_best-practices

1 messages ยท Page 1 of 1 (latest)

whole ruinBOT
#

๐Ÿ‘‹ 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.

wraith shuttleBOT
modest bough
#

I can see that my Question is cut off. Sry for that.

pale nymph
#

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.

modest bough
#

... 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?

pale nymph
#

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.

modest bough
#

Ofc. But from Stripe side we won't have any issues?

pale nymph
#

Not that come to mind, are you running into errors during your testing?

modest bough
#

No, haven't come to that part yet. Just asking if all options are open.

#

@pale nymph, thx. Maybe in the end will even go for the mix of both, a hybrid solution. Since a user might want to use my his card for his personal org, and to use his org card for company org.