Facades: merchant
Overview
Get a specific invoice by GUID.
Parameters
Parameter | Description |
---|---|
guid | The GUID of the invoice to retrieve. |
facade | The facade to use, must be Facade.Merchant |
signRequest | Whether to sign the request or not, must be true |
Example
Invoice getInvoice = bitpay.getInvoiceByGuid("f20d79e8-1687-40df-b732-0cbad78a0eb1", Facade.Merchant, true);