#Birendra
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
Actually, I don't have live account access. I'll get it from my team.
At the meantime can you please assist
Let me share API code example and error
It's be faster for me to troubleshoot if you can give me the request ID.
yes, I understand but unfortunately, I don't have an ID. Please allow me 2 minutes. let me ask my team
I tried the below code:
$stripe = new \Stripe\StripeClient($scecertKey);
$deleteAccount = $stripe->accounts->delete(
$account_sid
);
Response:
[status] => 403
[type] => invalid_request_error
[code] =>
[param] =>
[message] => You cannot perform this request as you do not have Platform Controls for Standard on the account.
I'm able to delete another account from the above code, but we have problem with only one accout
Can you share the req_xxx? Sounds like you're trying to delete a standard account as a platform, which is most cases isn't possible.
I don't have a request ID. I have asked a team member but it is not possible for me.
I have a support Id. It may help you
Correct.
is it possible through API?
Isn't that what you just attempted?
I cant really help identity the root issue without a req_xxx.
Either way, the API keys you're using to make that request is not the controlling platform for that connected account
Okay, I'll come with request id
What are you actually trying to do?
I'm trying to delete a connected account
Our stripe account was hacked
and hacker created accounts
Yeah I mean that's just generally not possible with standard accounts. They're completely separate entities, unlike an express or custom account
Okay, if someone misuses the standard accounts, does it affect our primary stripe accounts?
How we can stop it because it was created by a hacker and we need to delete it.
Affect in what way? You'd just reject the account from your platform
Okay, Can you please share a link where we can reject it?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Affect means, if a connected account tried to attempt fraud transactions and any others..
Depends really. Do you have a specific example?
We had lots of example but currently I don't have a access of live account.
What will happen, if the standard connect account charged any customer or card?
You should speak to support about concerns regarding fraud, these are non-tech questions: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
Yes, we talk to them, but they guys have no idea. How we will stop it?
Let's see, we will try with the above solution
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks for helping
How you will stop what?
You just need to re-roll your API keys and/or your OAuth client IDs
That will stop the account creation from happening