getCashTransferStatus

suspend fun getCashTransferStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String): Response<CashTransferStatus>

Retrieves the status of a previously initiated Remittance cash transfer.

Return

A Response whose body is the parsed io.rekast.sdk.model.CashTransferStatus cash transfer status.

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.