Request Refund NotificationFacades: merchantOverview Requests a refund notification to be resent. Parameters ParameterDescriptionrefundIdThe BitPay refund ID to for the notification to be resent. Example TypeScriptconst result = await client.sendRefundNotification('someRefundId');