getRefundStatus

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

Gets the status of a refund transaction.

Return

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