refundTransaction

Refund a transaction to a customer

Parameters

refundDetails

The details of the refund.

transactionId

The transaction to refund.

abstract fun refundTransaction(transactionId: String, refundDetails: TransactionRefundDetails): ApiResult<MerchantTransactionSummary>