Retrieve Invoice Filtered By QueryCopy PageRetrieve invoices filtered by query Facade MERCHANT To get the generated invoices filtered by query parameters JavaInvoice invoices = bitpay.GetInvoices('YYYY-MM-DD', 'YYYY-MM-DD', InvoiceStatus::Complete, null, 10).Result; //Always use the included InvoiceStatus model to avoid typosUpdated 10 months ago Retrieve an InvoiceUpdate InvoiceDid this page help you?YesNo