RocketKOR

Suspend a Financial Account

Suspend a Customer or Recipient Financial Account. A suspended Financial Account cannot be used in transactions.

Endpoint

PUT /v1/financial-accounts/{financialAccountId}/suspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

Financial Account ID.

Request Body

None

Returns

If successful, returns 204 Financial Account suspended.

SAMPLE RESPONSE

				
					{
  204 Financial Account suspended
}