Skip to main content

Account close errors

These are the errors possible calling close-account-url.

Closing an account might fail for the following reasons. Each will return HTTP status 422.

account-not-found

Could not find the account. Retrying the request will have the same outcome.

account-already-closing

The account is already in the process of closing. Retrying the request will have the same outcome.

account-already-closed

The account is already marked as closed. Retrying the request will have the same outcome.

account-not-open

The account is not marked as open. Retrying the request will have the same outcome.

primary-account-not-closeable

The account is a [primary account][/docs/concepts/primary-account], which cannot be closed. Retrying the request will have the same outcome.