Cancel RefundFacades: merchantOverview Cancels an existing refund request. If successful will return the refund request with updated status cancelled. Parameters ParameterDescriptionrefundIdThe BitPay refund ID to cancel. TypeScriptconst cancelRefund = await client.cancelRefund('myRefundId');