Suspend a Beneficial Owner (Customer Account)

Suspend a Beneficial Owner belonging to a Business Customer Account.

Suspended Beneficial Owners are omitted from Identity Verification (IDV) checks and do not affect the Customer Account verification status.

Endpoint

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

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 suspended.

SAMPLE RESPONSE

				
					{
  200 Beneficiary suspended
}
				
			
Exit mobile version