getCashTransferStatus

suspend fun getCashTransferStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, environment: String): Response<ERROR CLASS: Symbol not found for ResponseBody>

Retrieves the status of a previously initiated Remittance cash transfer.

Return

A Response whose body contains the cash transfer status details.

Parameters

referenceId

The UUID V4 reference ID used when calling cashTransfer.

apiVersion

The version of the API to use (e.g., v2_0).

productSubscriptionKey

The subscription key for the Remittance product.

environment

The API environment (e.g., sandbox or production).