Get all refund requests on an InvoiceFacades: merchantOverview Gets all refund requests for a specific invoice. Parameters ParameterDescriptioninvoiceIdThe BitPay invoice object having the associated refunds. Example PHP$retrievedRefunds = $bitpay->getRefunds($invoice->getId());