validateAccountHolderStatus

fun validateAccountHolderStatus(productType: String, apiVersion: String, party: Party, productSubscriptionKey: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<io/rekast/sdk/model/AccountHolderStatus>>

Validates whether the specified account holder is active in the MTN MOMO system.

Return

A Flow emitting a NetworkResult whose body is the parsed AccountHolderStatus ({"result": <bool>}).

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 (ID and type) to validate.

productSubscriptionKey

The subscription key for the product.