getTransferStatus
fun getTransferStatus(productType: String, apiVersion: String, referenceId: String, productSubscriptionKey: String, environment: String): ERROR CLASS: Symbol not found for Flow<io/rekast/sdk/repository/data/NetworkResult<ERROR CLASS: Symbol not found for ResponseBody>>
Retrieves the status of a previously initiated fund transfer.
Return
A Flow emitting a NetworkResult with the transfer status as a ResponseBody.
Parameters
productType
The type of product for the transfer.
apiVersion
The version of the API to use.
referenceId
The UUID V4 reference ID used when calling transfer.
productSubscriptionKey
The subscription key for the product.
environment
The target environment (e.g., sandbox or production).