#ortegagroup_api

1 messages ¡ Page 1 of 1 (latest)

surreal waveBOT
#

👋 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/1300872535491215360

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

solid notch
#

Hello! The error in that request is accurate; you can't delete an account with that attribute.

stable basalt
#

What attribute excuse me?

solid notch
#

Can you see the error message in the request you shared?

stable basalt
#

Error during account deletion: StripeInvalidRequestError: This method may not be used on livemode accounts where controller[losses][payments]=stripe, which includes Standard accounts

solid notch
#

Right. As a platform you can't delete accounts with the controller[losses][payments] attribute set to stripe.

stable basalt
#

It is correct but I am only sending the account ID as a parameter. Yes, it can be done in test mode and not in live mode as I do in live mode because from the dashboard it tells me that to delete an account it is only done through the API.

solid notch
#

No, the attribute is on the account itself. It's not something you're setting in that request, it's a property on the account itself that was set previously.

#

In other words, the account is in a state which prevents it from being deleted by your platform.

stable basalt
#

So I can't delete it?

solid notch
#

Correct.

stable basalt
#

By no means?

solid notch
#

Correct. Can you tell me more about what you're trying to do and why?

stable basalt
#

Since I created one account incorrectly and couldn't delete them, I created more until I could successfully create the two I needed.

solid notch
#

Only the account's owner can delete the account in this case.

stable basalt
#

No problem, that's fine!

#

Thank you very much