Update customer account status

Update Customer Account status

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer Id

accountUID
required
string

Account Id

Request Body schema: application/json
required
action
required
string

The action to be performed on the bank account. Allowed values are Activate or Close.

reason
required
string

The reason for performing the action

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

patch/v2/customers/{customerUID}/accounts/{accountUID}
Request samples
application/json
{
  • "action": "string",
  • "reason": "string"
}
Response samples
application/json
{
  • "code": "string",
  • "message": "string"
}