#chirag-savaliya_code
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/1394992347670122679
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Sure, I think our .NET SDK should support that? https://github.com/stripe/stripe-dotnet
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - stripe/stripe-dotnet
I have an app for event management.
There are numerous events, and the host and other attendees are the event creators.
Our current needs include using Stripe to set up payment getaway.
All participants' payments can be arranged by our event host.
It is necessary to utilize the Stripe-connected account functionality because there are numerous events and hosts.
One of our fundamental requirements is to have a toggle button on our app that indicates who will pay the fees—the host or the participants.
Would you kindly let me know where I can begin my development?
I've never seen this stripe development before, too.
Sure, so Connect will facilitate the multi-party payment flow you describe where you (the platform) allow creators (connected accounts) to cretae and accept payments for events. Overall it's a involved integration that involves creating and onboarding Stripe accounts (for the creators) and processing payments on their behalf
I'd recommend looking here which explains Connect concepts, different account and charge types as they vary depending on business requirements: https://docs.stripe.com/connect/design-an-integration
hi! I'm taking over this thread. let me know if you have other questions.