v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBInvoices
Retrieve an invoice
Retrieves the full details of an invoice using its unique invoiceId.
This endpoint returns all invoice metadata, contacts, items, organization info, and calculated financial totals including tax, discount, and shipping.
get/invoices/{invoiceId}
Path parameters
invoiceIdstring required
Example:ABCD0EF1GHIJKLMNOPQRSTUVWXYZ
The unique identifier of the invoice to retrieve.
Response
OK
Example response
{
"id": "ABCD0EF1GHIJKLMNOPQRSTUVWXYZ",
"acquisitionTransactionId": "ABCD0EF1GHIJKLMNOPQRSTUVWXYZ",
"companyName": "recipient@example.com",
"createdOn": "2026-04-02T16:08:24Z",
"currency": "USD",
"dueDate": "2026-12-31T00:00:00Z",
"items": [
{
"id": "AB0CDE1FGHIJKL2M3N4OPQRS5T6U",
"acquisitionTransactionItemId": "aB0Cd1E2FGh3Ij-K4LMNop",
"display": "Sample Product Display Name",
"invoiceId": "ABCD0EF1GHIJKLMNOPQRSTUVWXYZ",
"productFormat": "DIGITAL",
"productPath": "sample-product",
"productType": "BASE",
"listPrice": 25,
"totalPreShippingPrice": 100,
"itemTaxes": [
{
"id": "ABCDEF0G1HI2JK3LMN4OPQRSTU5V",
"itemId": "AB0CDE1FGHIJKL2M3N4OPQRS5T6U",
"value": 6,
"taxRate": 6,
"taxType": "US_SALES_TAX"
}
],
"quantity": 4,
"extendedItemDescription": "Extended product description with additional details."
}
],
"status": "COMPLETE",
"language": "en",
"invoiceSecret": "TAX01ABCDEFGHIJ2KLMNOP3QRSTUV4WXYZABC5DEFGHIJKLMNOPQ",
"invoiceType": "INVOICE",
"netTermsDays": 10,
"orderReference": "ABC012345-6789-01234",
"paymentDate": "2026-12-31T23:10:30Z",
"paymentReceiverAddress": {
"id": "ABC0DEFGHIJKL1MNOP23Q4RSTUVW",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "Metropolis",
"region": "CA",
"postalCode": "12345",
"country": "US"
},
"paymentReceiver": {
"id": "ABC0DEFGHI1JKL2MN3OPQRS4TUVW",
"email": "recipient@example.com",
"firstName": "John",
"lastName": "Smith",
"fullName": "John Smith",
"companyName": "Example Company",
"phoneNumber": "+1 555 000-0001",
"website": "https://example.com",
"contactType": "SHIP-TO"
},
"purchaser": {
"id": "ABC0DEFGHI1JKL2MN3OPQRS4TUVW",
"email": "recipient@example.com",
"firstName": "John",
"lastName": "Smith",
"fullName": "John Smith",
"companyName": "Example Company",
"phoneNumber": "+1 555 000-0001",
"website": "https://example.com",
"contactType": "SHIP-TO"
},
"purchaserAddress": {
"id": "ABC0DEFGHIJKL1MNOP23Q4RSTUVW",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "Metropolis",
"region": "CA",
"postalCode": "12345",
"country": "US"
},
"purchaserOrganization": {
"organizationId": "ORGABCDEFGHIJKLMNOPQRST0U1VWX",
"organizationName": "Example Company",
"organizationType": "S Corporation",
"organizationReference": "REF-001"
},
"receiver": {
"id": "ABC0DEFGHI1JKL2MN3OPQRS4TUVW",
"email": "recipient@example.com",
"firstName": "John",
"lastName": "Smith",
"fullName": "John Smith",
"companyName": "Example Company",
"phoneNumber": "+1 555 000-0001",
"website": "https://example.com",
"contactType": "SHIP-TO"
},
"receiverAddress": {
"id": "ABC0DEFGHIJKL1MNOP23Q4RSTUVW",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "Metropolis",
"region": "CA",
"postalCode": "12345",
"country": "US"
},
"receiverOrganization": {
"organizationId": "ORGABCDEFGHIJKLMNOPQRST0U1VWX",
"organizationName": "Example Company",
"organizationType": "S Corporation",
"organizationReference": "REF-001"
},
"refunds": [],
"subTotal": 59.8,
"siteId": "ABC0DE1GHIJ2",
"taxRate": 6,
"taxType": "US_SALES_TAX",
"totalOrderValue": 63.39,
"totalTaxValue": 3.59,
"version": "2",
"notes": "Add notes here.",
"tagsJson": "{\"costCenter\": \"CC-1042\", \"purchaseOrder\": \"PO-2026-Q2-0042\"}"
}