getCashTransferStatus
fun getCashTransferStatus(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 Remittance cash transfer.
Return
A Flow emitting a NetworkResult whose body contains the cash transfer status as a ResponseBody.
Parameters
apiVersion
The API version to target; use v2_0 for this endpoint.
referenceId
The UUID V4 reference ID used when calling cashTransfer.
productSubscriptionKey
The subscription key for the Remittance product.
environment
The target environment (e.g., sandbox or production).