transfer

@POST(value = "/{productType}/{apiVersion}/transfer")
abstract suspend fun transfer(@Path(value = "productType") productType: String, @Path(value = "apiVersion") apiVersion: String, @Body transfer: Transfer, @Header(value = "X-Reference-Id") uuid: String, @Header(value = "Ocp-Apim-Subscription-Key") productSubscriptionKey: String): Response<Unit>

Makes a request to transfer funds (Remittance V1).

Return

A Response indicating the result of the transfer.

Parameters

productType
apiVersion

The app Version (e.g., v1_0 or v2_0).

transfer

The transfer payload Transfer.

uuid

The unique reference ID for the transfer.

productSubscriptionKey

The Product subscription Key (Ocp-Apim-Subscription-Key).