#rohail-kamran_code
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/1250329047951741051
đ Have more to share? Add details, code, screenshots, videos, etc. below.
The message got cut off. I am sorry. Here is the complete information about what the client wants me to do:
The client wants me to create an app where every user can create a time based challenge. People can join these challenges by paying an entry fee (STRIPE) and as soon as the time based challenge is over, the accumulated sum of money needs to be transfered from some form of escrow (STRIPE) to the winner's account (STRIPE again). There can be multiple winners.
Please let me know if this is easily possible with Stripe.
Ok, so you want to collect payments from your customers, and payout the total amount to one winner?
Yess. Maybe in the future there will be a gold, silver and bronze winner. So three winners maybe (in the future).
https://stripe.com/docs/payments/accept-a-payment you can read this doc to learn how to start accepting payments
For the winners, you need to onboad them as your connected accounts, so that you can transfer the funds to them and eventually payouts
I see.... do you feel at any point during this project I would hit a wall? Where I would realize that my usecase is not possible with stripe?
Also, what are connected accounts and how can I add user X,Y,Z to user A's connected accounts?
How will we manage the escrow aspect of this if we are using stripe?
Accepting payments is straightforward, but payout could be a challenge if the winner is in a different region, in that case you might want to use cross-border payouts (this feature is only available to US accounts) https://docs.stripe.com/connect/cross-border-payouts
Thank you for that insight!
How will we handle the escrow thing? Would that be a challenge as well?
Stripe doesn't provide escrow services or support escrow accounts
I see... is there some other way for us to handle the escrow aspect? Like using the stripe developer's account for escrow?
I'm not aware of any
For example : When a user creates a challenge and people enter it (by paying a certain amount), we recieve that payment inside the developer stripe account.
And when it's time to payout to the winner, we payout from there....
Are you still talking about using escrow for payouts?
Trying to find a way around it such that it is effectively the same as using escrow
https://docs.stripe.com/payouts you can read this doc to understand more about Stripe payouts
I see. Thanks Jack!
Lastly for now, if my account is continuously receiving payments and also paying out (super frequently) should I expect any hurdles?
What kind of hurdles do you refer to?
Like rate limiting and being banned for activity that is toooo frequent etc