#hans_best-practices

1 messages ยท Page 1 of 1 (latest)

unreal baneBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

dire viper
#

Hello! I'm not sure I fully understand your question. Can you provide more details, especially around what's blocking you from moving forward?

slender oasis
#

When a user creates a new organization in our UI, we want to collect billing information. We want to bill at the end of the month for the resources used by that organization. A user may have multiple organizations.

fluid berry
#

hello

dire viper
#

@fluid berry Hello, are you and @slender oasis working together? If not, you should use the buttons in #help instead of jumping into someone else's thread.

slender oasis
#

I'm just getting into stripe, so I'm trying to start things off in the right direction. I think I'm confused at how to use customer objects when it's really an organization that is being billed. I'm trying to understand how to collect payment information (payment intent?) and how to store that.

fluid berry
#

i really need help Stripe blocked my customer payout for no reason i need to activate my account its very important i need to send products

slender oasis
#

@fluid berry and I are not working together.

unreal baneBOT
#

@fluid berry looks like you're in the wrong place, this thread is for someone else's question.

Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.

dire viper
#

If you need more robust functionality than that you would need to handle that on your end, outside of Stripe, likely in combination with our Customer functionality.

slender oasis
#

Thanks for that direction and the pointer to metadata. It seems I could set up a 1:1 relationship between stripe customers and organizations.

dire viper
#

That sounds like an approach worth exploring, yep!

slender oasis
#

Is there a way to collect billing information using no-code? Generate a URL to stripe to collec the information and then redirect back to our site when complete?

dire viper
#

You can use Checkout or Invoices for that, yep.

#

It sounds like you'd be more likely to want Invoices for your use case, so I recommend you explore that first.

slender oasis
#

We'd like to collect a credit card upon creating a new organization. This helps prove intent and reduce our own fraud. It seems like Invoices wouldn't collect billing information during sign up.

dire viper
#

If you want to initially collect payment details without an immediate payment or setting up a Subscription, you want to use a Setup Intent, which is what Checkout in setup mode does.

#

The other option for not taking a payment but creating a Subscription would be to give the Subscription a free trial period.

slender oasis
#

Thank you. I've played around with it in my sandbox. I think this is what I need ๐Ÿ™‚