Close deposit account

Close a deposit account

Request
path Parameters
accountId
required
string

account unique identifier associated with the deposit account in the Finzly's CRM system

Request Body schema: application/json
required

Account Info

comments
required
string

Reason to close deposit account

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

post/v1/bank/account/{accountId}/close
Request samples
application/json
{
  • "comments": "Not needed"
}
Response samples
application/json
{
  • "message": "<Reason>"
}