Retrieve an Invoice by GUID

Facades: merchant

Overview

Get a specific invoice by GUID.

Parameters

ParameterDescription
guidThe guid of the invoice to retrieve.

Example

let invoice = client.getInvoiceByGuid('invoiceGuid');