getTransferStatus
suspend fun getTransferStatus( productType: String, apiVersion: String, referenceId: String, productSubscriptionKey: String, environment: String): Response<ResponseBody>
Retrieves the status of a transfer for a specified product type.
Return
A Response containing the transfer status.
Parameters
productType
The type of product for which to retrieve the transfer status.
apiVersion
The version of the API to use.
referenceId
The reference ID of the transfer.
productSubscriptionKey
The subscription key for the product.
environment
The API environment (e.g., production, sandbox).