Facades: merchant
Overview
Get a specific invoice by GUID.
Parameters
| Parameter | Description |
|---|---|
| guid * | The guid of the invoice to retrieve |
| facade | The facade used to create it (default: merchant) |
| sign_request | Signed request (default: true) |
Example
NoteIn this example, we assume that a Client has already been initialized and assigned to the
bitpayvariable.
invoice_by_guid = bitpay.get_invoice_by_guid('someGuid')