getDepositStatus

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

Gets the status of a deposit transaction.

Return

A Response containing the status of the deposit 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.