getTransferStatus
fun getTransferStatus(productType: String, apiVersion: String, referenceId: String, productSubscriptionKey: String, environment: String): Flow<NetworkResult<ResponseBody>>
Retrieves the status of a transfer based on the provided transfer ID.
Return
A Response containing the status of the transfer.
Parameters
referenceId
The reference ID of the transfer.
apiVersion
The version of the API to use.
productType
The type of product for the transfer.
productSubscriptionKey
The subscription key for the product.
accessToken
The access token for authentication.