Cancel Refund

Facades: merchant

Overview

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

Parameters

ParameterDescription
refundIdThe BitPay refund ID to cancel.
const cancelRefund = await client.cancelRefund('myRefundId');