getCashTransferStatus

@GET(value = "/remittance/{apiVersion}/cashtransfer/{referenceId}")
abstract suspend fun getCashTransferStatus(@Path(value = "referenceId") referenceId: String, @Path(value = "apiVersion") apiVersion: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<CashTransferStatus>

Retrieves the status of a previously initiated cash transfer.

Return

A Response whose body is the parsed CashTransferStatus.

Parameters

referenceId

The UUID V4 reference ID used when calling cashTransfer.

apiVersion

The API version to target (e.g., v2_0).

productSubscriptionKey

The Ocp-Apim-Subscription-Key for the Remittance product.