validateAccountHolderStatus

suspend fun validateAccountHolderStatus(productType: String, apiVersion: String, accountHolder: AccountHolder, productSubscriptionKey: String, environment: String): Response<ResponseBody>

Validates the status of an account holder.

Return

A Response indicating the result of the account holder status validation.

Parameters

productType

The type of product for which to validate the account holder.

apiVersion

The version of the API to use.

accountHolder

The account holder details.

productSubscriptionKey

The subscription key for the product.

environment

The API environment (e.g., production, sandbox).