RocketKOR

Unsuspend a Financial Account

Unsuspend a Customer or Recipient Financial Account.

Endpoint

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

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

financialAccountId  REQUIRED

string (UUID)

ID of the Financial Account.

Request Body

None

Returns

If successful, returns 204 Financial Account unsuspended.

SAMPLE RESPONSE

				
					{
  204 Financial Account unsuspended
}