suspense_account_transfer_not_found
suspense_account_transfer_not_found
Description
The requested suspense account transfer does not exist.
HTTP Status
404 Not Found
doc_url Format
The doc_url value is an absolute URL and changes by environment:
<docs-base-url>/errors/suspense_account_transfer_not_found
Typical Causes
- The
transferIdin the request path does not match any suspense account transfer. - The transfer was deleted or never created in the target environment.
- The request points to the wrong tenant or environment.
Example
Response:
json
{
"errors": [
{
"code": "suspense_account_transfer_not_found",
"message": "No SuspenseAccountTransfer was found for id='00000000-0000-4000-8000-000000000000'",
"doc_url": "https://docs.example.com/errors/suspense_account_transfer_not_found"
}
]
}How To Fix
- Verify the transfer ID and request path.
- Ensure the transfer exists in the target environment.
- Retry the request with a valid existing transfer ID.