requestToWithdrawTransactionStatus

suspend fun requestToWithdrawTransactionStatus(referenceId: String, apiVersion: String, productSubscriptionKey: String, accessToken: String): Response<ResponseBody>

Requests the status of a withdrawal transaction.

Return

A Response containing the status of the transaction.

Parameters

referenceId

The reference ID of the transaction.

apiVersion

The version of the API to use.

productSubscriptionKey

The subscription key for the product.

accessToken

The access token for authentication.