Close Account

This endpoint closes an account after verifying access. The account’s ledger balance must be zero before closure: requests for accounts with a non-zero balance are rejected. Withdraw remaining funds first, via your integration or a booked withdrawal.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequiredformat: "uuid"

Response

Successful Response
account_idstring
liquidation_amountstring
scheduled_to_close_datestringformat: "date"

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error