Cancel Refund by GUIDFacades: merchantOverview Cancels an existing refund request. If successful will return the refund request with updated status cancelled. Parameters ParameterDescriptionguidThe BitPay refund GUID to cancel. TypeScriptconst cancelRefundByGuid = await client.cancelRefundByGuid('someGuid');