Retrieve an Invoice

Facades: pos

Overview

Get a specific invoice by ID.

Parameters

ParameterDescription
invoiceIdThe ID of the invoice to retrieve.

Example

Invoice invoice = bitpay.getInvoice(invoice.getId());