Get Invoice

Use this request to retrieve an invoice or credit note in Standalone Vertex Invoice IQ.

To retrieve an invoice or credit note, use the following URL and GET method:

{service_url}/invoiceiq/transactions/{tid}/documents

Here, {service_url} is the URL of the sandbox or production environment, and {tid} is the transaction identifier for the invoice or credit note.

Example:

https://marketplace.taxamo.com/invoiceiq/transactions/{tid}/documents

Details

EndpointMethod
/invoiceiq/transactions/{tid}/documentsGET

Parameters

FieldDescription
{tid}The transaction identifier for the invoice or credit note.

Did this page help you?