invoice

Graphql fields and variables for the invoice query

Scope required: billing:read

For a complete list of possible response fields see the Invoice type.

query invoice ($id: ID) {
  invoice (id: $id) {
    accountId
    amount
    amountDue
    amountPaid
    baseCurrencyId
    couponApplied
    createdAt
    credits
    currencyId
    description
    dueAt
    hasPaymentMethod
    id
    isLegacy
    issuedAt
    kind
    netPaymentDays
    notes
    number
    paidAt
    payableId
    poNumber
    portalUrl
    quoteId
    smallUnitAmountDue
    subtotal
    taxAmount
    updatedAt
    url
    uuid
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?