Unsuspend a Beneficial Owner (Customer Account)

Unsuspend a Beneficial Owner belonging to a Business Customer Account.

Endpoint

PUT /v1/customers/{customerId}/beneficiaries/{beneficiaryId}/unsuspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

customerId  REQUIRED

string (UUID)

ID of the Business Customer Account to which the Beneficial Owner belongs.

beneficiaryId  REQUIRED

string (UUID)

ID of the Beneficial Owner.

Request Body

None

Returns

If successful, returns 200 Beneficiary has been unsuspended.

SAMPLE RESPONSE

				
					{
  200 Beneficiary has been unsuspended.
}
				
			
Exit mobile version