Retrieve an Invoice by GUID

Facades: merchant

Overview

Get a specific invoice by GUID.

Parameters

ParameterDescription
guid *The guid of the invoice to retrieve
facadeThe facade used to create it (default: merchant)
sign_requestSigned request (default: true)

Example

📘

Note

In this example, we assume that a Client has already been initialized and assigned to the bitpay variable.

invoice_by_guid = bitpay.get_invoice_by_guid('someGuid')