#blackbearftw_webhooks
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/1230260261223399618
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you add more details here? Is there an event that does not show the metadata you passed? Or something else?
No I just cannot find any example onto how to connect the subscription to the tenant.
I am building a multitenant b2b saas platform, where a team should have an active subscription before they can use the application.
Now I would like to connect the stripe checkout subscription to a team, based on if the subscription is successfully created and paid, it needs to create a tenant in the system
However I have no clue how stripe checkout can guess to which tenant id the subscription has the belong to
It more sounds like you have tenants which are your customers. In this case, when you create the Checkout Session, you can pass the customer id: https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-customer