Search code examples
stripe-payments

Stripe Test account ID deletion issue


I deleted a test account but unfortunately cant get rid of account ID. Im getting 400 erros code and this . Trying to figure out how to fix this issue so I can connect the correct ID to my website. Thank Ya!!! :

resource_missing - account No such account: 'acct_1PbVTECiGpUV7uyt' Was this useful?YesNo

{

"account": "acct_1PbVTECiGpUV7uyt",

"return_url": """"

"type": "account_onboarding""account_onboarding"

"refresh_url": ""

} Response body

{

"error": {

"resource_missing"

"https://stripe.com/docs/error-codes/resource-missing"

"No such account: 'acct_1PbVTECiGpUV7uyt'"

"account"

"request_log_url": "https://dashboard.stripe.com/logs/req_4H0ItIBVexVSMe?t=1721268431",

"invalid_request_error"

}

}


Solution

  • It seems like you were trying to create an account link with an ID of an already deleted account.

    I'm not sure what you mean by "connect the correct ID to my website". You might want to create a new connected account, so that you can create an account link for it.