Get all refund requests on an Invoice

Facades: merchant

Overview

Gets all refund requests for a specific invoice.

Parameters

ParameterDescription
invoiceIdThe BitPay invoice object having the associated refunds.

Example

$retrievedRefunds = $bitpay->getRefunds($invoice->getId());