Retrieve an Invoice by GUID

Facades: merchant

Overview

Get a specific invoice by GUID.

Parameters

ParameterDescription
guidThe GUID of the invoice to retrieve.
facadeThe facade to use, must be Facade.Merchant
signRequestWhether to sign the request or not, must be true

Example

Invoice getInvoice = bitpay.getInvoiceByGuid("f20d79e8-1687-40df-b732-0cbad78a0eb1", Facade.Merchant, true);