#great-ass_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/1313863856162078843
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! what error do you get when trying to "disable" through the API? What's the request ID req_xxx from that API request?
to be clear, you can't disable all the capabilities, but I don't know why you're trying to. You say "Im trying to do it so I can "disable" the account, Im able to do it through the dashboard but when I try doing it through the API I only get an error" , what I want to know is what is that first error, the one you get when you tried to disable the account and that is why you decided you need to deactivate the capabilities.
it is the same thing
The API I expect you to be calling for this would be https://docs.stripe.com/api/accounts/delete
then don't delete it. Not really sure what you mean by disabling an account really(maybe it's some Dashboard-only feature/button we have?). It's a Custom account, the user can't do anything with it without your involvement, you can simply stop using the account.
in the dashboard there is a way to "deactivate" and account
do you know what is the behind the scenes api call that does that?
I don't, not familiar with that feature. Where do I see it in the Dashboard? Do you have a screenshot?
its a support rep from a different department that does that, I can ask him but it might take time for him to answer
it does https://docs.stripe.com/connect/pausing-payments-or-payouts-on-connected-accounts which is some specific action only the Dashboard can do today and doesn't have an API equivalent