RocketKOR

Suspend a Customer

Suspend a Customer Account. If a Customer is suspended, their Financial Accounts cannot be used in transactions.

Endpoint

PUT /v1/customers/{customerId}/suspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

customerId

string (UUID)

ID of the Customer Account.

Request Body

None

Returns

If successful, returns 200 Customer suspended.

SAMPLE RESPONSE

				
					{
  200 Customer suspended.
}