Cancel Refund by GUID

Facades: merchant

Overview

Cancels an existing refund request. If successful will return the refund request with updated status cancelled.

Parameters

ParameterDescription
guidThe BitPay refund GUID to cancel.
const cancelRefundByGuid = await client.cancelRefundByGuid('someGuid');