403 Error When Transferring Domains in Cloudflare Dashboard – Need Assistance

I visited the Cloudflare dashboard at https://dash.cloudflare.com/, navigated to "Domain Registration" -> "Transfer Domains," and encountered an issue. When I attempted to proceed, I received a 403 error from the following endpoint: POST https://dash.cloudflare.com/api/v4/accounts/[redacted]/registrar/domains/check_access. Please see the attached screenshot for reference. Has anyone else experienced this problem? I contacted customer support a few days ago but haven't received a response yet. Any advice on what steps I should take next would be greatly appreciated. Thank you!
No description
2 Replies
Erisa
Erisa2w ago
What's the response body of the endpoint that fails? sometimes they give more helpful errors
compiler_errors
compiler_errorsOP2w ago
@Erisa Response body looks like this. It has some info, but nothing helpful unfortunately. It says my account is blocked but I can use other services like R2 normally.
{
"result": null,
"success": false,
"errors": [
{
"code": 10000,
"message": "Registration access forbidden: account blocked"
}
],
"messages": [
"Registration access forbidden: account blocked"
]
}
{
"result": null,
"success": false,
"errors": [
{
"code": 10000,
"message": "Registration access forbidden: account blocked"
}
],
"messages": [
"Registration access forbidden: account blocked"
]
}

Did you find this page helpful?