Retrieve an Invoice

Facades: pos merchant

Overview

Get a specific invoice by ID.

Parameters

ParameterDescription
invoiceIdThe ID of the invoice to retrieve.

Example

let invoice = client.getInvoice('myInvoiceId');