#allfathergray_best-practices
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/1343571194703511562
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Could you please share more details ?
Sure thing
Essentially I have a game with a leaderboard and I wanted to give like 10 dollars to the first 3 people placed on that leader board
You can make multiple transfers to different Connected Accounts
So is my example possible?
And are the connected accounts just the term for users?
Yes for each user, you need to create a Conntect Account
OK and there's no limit ti the users I can create?
And is there a li.it to the amount I can send them?
And can this be batched? Say I want to reward 100 users 10usd, would that be possible to fold into a single api call?
No limit
No limit for the amount to transfer but there is a min amount to payout
What do you mean by that?
No, you need to make 100 API call for this case
I see and then I would be charged per transaction? Or if they share the same transaction ID it counts as one charge
And there's no limit to the amount of users I can payout?
Although I only expect a few dozen since it will be 3 places per leaderboard
No
You can check the limits in the link I shared above
No as in no multiple charges?
Assuming they share the same id ofc
No you are creating a single charge with multiple transfers
By charge I meant the cost id be paying to transfer to users
I'm really asking that when I make multiple transfers if there is a way to lump them into a single group to pay less. Is that what the charge is for?
Transfers and charge are completly two different thing
In your scenario, you need to make one Charge (from a single end customer)
"Use of Stripe intellectual property without prior written consent from Stripe; use of the Stripe name or logo including use of Stripe trade or service marks inconsistent with the Stripe Marks Usage Agreement, or in a manner that otherwise harms Stripe or the Stripe brand; any action that implies an untrue endorsement by, or affiliation, with Stripe"
In regards to this paragraph. I had a loading screen that said loading stripe with the logo. Is that in violation?
and then make 3 API calls to transfer this charge to multiple Accounts
Ah ok. So I make a charge then send it to the 100 accounts for example
It shouldn't be no, but you may want to double check with https://support.stripe.com/
yes
And will that incurr a different cost than making multiple charges?
If I wanted to send 2 users 10usd and 2 users 5 usd would I need different charges?
Am I paying per charge or per transaction?
If I wanted to send 2 users 10usd and 2 users 5 usd would I need different charges?
Sorry I'm not sure I understand your ask here
Before sending the funds to users, from where you are collecting the money ?
My company has the money in my account
That's not how Connect Works
First you need to charge your end customer and then transfer that funds to your Connected Account
Sorry, but this channel is for technical integration questions only
OK maybe the terminology is confusing me.
So if I want to give a player/user 10 usd, I have to charge them?
No
First you need to collect the funds. The origine of the funds is a key point here
you can't just send money to users...
I invite you to reach out to Stripe Support at https://support.stripe.com/
OK, that's what I was asking originally
To better understand the products and your use case
Sorry but this channel is for technical integration questions only
Here, I was asking about rewarding users
The key point is: from where comes the funds.
That's why I invite you to reach out to Stripe Support first and working and understanding the best product to you.
OK, in my example it was coming from me.
As in my company
But I will contact support
Sorry for the confusion
That means nothing to Stripe.
Yes I think that's the next step here
Alright, so can you link me to where the allowed origins are?