#cr_api
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/1266013110620131348
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi
This is the api call request when i do from dashboard
But when I do the same on Account update api, it says unkown option risk_controls
yes these are internal parameters. the parameters you can use are listed here: https://docs.stripe.com/api/accounts/update
one option would be to set the payout schedule to manual, and then don't create any payouts for that account: https://docs.stripe.com/api/accounts/update#update_account-settings-payouts-schedule
ahh so there is no way to pause payouts via api?
or disable the transfer capability: https://docs.stripe.com/api/accounts/update#update_account-capabilities-transfers
My use case is that I want the users to receive payments. But payouts are disabled until they verify themselves on my side.
๐ stepping in for soma here
Currently there is no way to explicitly pause payouts via the API -- you can only do that via the Dashboard
I do believe we want to add this to the API in the future as well but it is not available currently.
is there a work around?
The best way to go is indeed to set the payout schedule to manual
i see
Then you can hold the funds until you are ready to pay them out
i thought manual means that they can login to their express account and MANUALLY initiate payouts