---
title: "Individual invoices"
method: GET
path: "/invoices/{invoiceNumber}"
---

# Individual invoices

`GET /invoices/{invoiceNumber}`

## Path parameters

- `invoiceNumber` string, required

## Response `200`

200

- object
  - `invoiceId` string
  - `customerEmail` string
  - `customerFirstName` string
  - `customerLastName` string
  - `customerUniqueId` string
  - `addressLine1` string
  - `addressLine2` string
  - `addressPostCode` string
  - `addressCity` string
  - `addressState` string
  - `addressCountry` string
  - `addressCountryCode` string
  - `invoiceNumber` string
  - `createdOn` string
  - `formattedAmount` string
  - `amount` string
  - `currency` string
  - `status` string
  - `subTotal` string
  - `taxTotal` string
  - `prorationAdjustment` string
  - `prorationFactor` unknown
  - `taxes` object[]
  - `invoiceType` string
  - `subscriptions` object[]
    - `subscriptionUniqueId` string
    - `planName` string
    - `billingPeriodStart` string
    - `billingPeriodEnd` string
    - `subscriptionItems` object[]
      - `description` string
      - `units` string
      - `unitPrice` string
      - `discounts` string
      - `amount` string
  - `companyName` string
  - `companyEmail` string
  - `companyTaxNumber` string
  - `companyDomain` string
  - `companyPhoneNumberDialCountry` string
  - `companyPhoneNumberDialCode` string
  - `companyPhoneNumber` string
  - `companyAddressLine1` string
  - `companyAddressLine2` string
  - `companyCity` string
  - `companyState` string
  - `companyPostCode` string
  - `companyCountry` string
  - `brandingLogo` string
  - `brandingLogoBackgroundColor` string
  - `brandingHighlightColor` string
  - `supportUrl` string
  - `cardType` string
  - `cardLast4Digits` string
  - `cardExpiryMonth` string
  - `cardExpiryYear` string
  - `refundableAmount` string
  - `footerCompanyName` string
  - `footerAddressLine1` string
  - `footerAddressLine2` string
  - `footerAddressState` string
  - `footerAddressCity` string
  - `footerAddressPostCode` string
  - `footerAddressCountryISO3` string
  - `footerEmailAddress` string
  - `footerPhoneNumberDialCountry` string
  - `footerPhoneNumberDialCode` string
  - `footerPhoneNumber` string
  - `supportContactHeading` string
  - `supportContactContent` string
  - `supportContactSupportUrl` string
  - `supportContactSupportUrlButtonText` string
  - `isAdvertEnabled` string
  - `advertImageUrl` string
  - `advertLinkToUrl` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/billsby/apis/billsby-api.md) · [All operations](https://skmtc.net/billsby/apis/billsby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billsby/billsby-api/versions/adcb2fd4c52f/schema)
