#lexit_best-practices-account-support
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/1268342225063120940
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
lexit_best-practices-account-support
@unborn pewter :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is a technical issue and im a developer. We need a way to turn off pricing tools via api?
What API are you using to charge the payout fee?
We are currently not using any api endpoints because we can not find any? However we set the application fees from our dashboard and are looking for a way to override them.
Is that possible?
And if not which api should we use to do this?
that dashboard setting likely only works globally. We don't have a lot of knowledge of Dashboard functionality though. Most likely, if you need this type of functionality, you would want to create Transfers from your Connect Accounts to the platform to cover fees
Which endpoint do we need to use for transfers?
The Transfers API: https://docs.stripe.com/api/transfers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
In this endpoint I can not find how I will specify which connect account I want to get a transfer from?
Apologies. If you're transferring from the Connect account, follow this guide: https://docs.stripe.com/connect/account-debits
Thank you
Another question i have is
We use daily payout schedules for our accounts.
However we give the option to do instant payouts to our users.
I have read in the docs that we need to have manual payouts to be able to do an instant payout.
How would this work?
Do we need to change his payout schedule to manual to initiate a instant payout?
These really aren't API integration questions, so I'd recommend reaching out to support: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is where I read it.
This is an API integration question. Im asking if I need to switch the payout schedule via API to be able to call the Instant Payout API.
There's no API to do that, no
There is no API to do what?
This is where we set the interval
There's no way to switch to manual payouts via the API
Do I need to switch this to manual to be able to initiate a instant payout?
From the docs you posted:
You also set an account to manual to use Instant Payouts.
So I can switch it via the API?
There's no way to switch to manual payouts via the API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I can see it here however?
That sets it on the account, but not globally. So if you want to do that for the individual account, then that works
Yes well thats what we need in our case. However are you 100% certain that instant payouts will require the account to be set to manual?
Because maybe our connected account will only take a one time instant payout and request to receive their other payouts according to their normal schedule. How would I do this via the API?
Yes
You would have to schedule a cron job or similar to create their payout manually on a set schedule
This requires lots of resources from our side. Why can we not just call the instant payout and continue the account on their normal schedule? Can I not maybe just switch it back to daily after finishing the instant payout?
I don't see any reason you couldn't do it that way.