getInvoice( )


Gets an existing invoice by ID.

The getInvoice() function returns a Promise that resolves to the invoice with the specified ID.

Method Declaration
Copy
Method Parameters
idstringRequired

ID of the invoice to get.

Returns
Return Type:Promise<Invoice>
Was this helpful?
Yes
No