validateAccountHolderStatus

suspend fun validateAccountHolderStatus(productType: String, apiVersion: String, party: Party, productSubscriptionKey: String): Response<AccountHolderStatus>

Validates the status of an account holder.

Return

A Response containing the parsed io.rekast.sdk.model.AccountHolderStatus.

Parameters

productType

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

apiVersion

The version of the API to use.

party

The account holder details.

productSubscriptionKey

The subscription key for the product.