---
title: "Invoice Payment Term Options"
method: GET
path: "/v3/billing/option-items/invoice-payment-terms"
tags: ["Billing"]
---

# Invoice Payment Term Options

`GET /v3/billing/option-items/invoice-payment-terms`

Returns a predefined list of invoice payment terms that are supported by the system. The endpoint is typically used to populate dropdowns or selection fields in user interfaces or to enforce business rules.

## Query parameters

- `branchGuid` string, uuid
- `branchExternalId` string
- `includeInactive` string

## Headers

- `FrontOfficeTenantId` integer, required
- `RequestId` string, uuid, required — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `RequestOrigin` string, required
- `ExternalIdSource` 'BOLD', required
- `RequestUserExternalId` string

## Response `200`

A predefined list of billing invoice payment terms.

- CustomSetupOption[]
  - `optionId` integer, nullable — The unique identifier for the setup option.
  - `optionName` string — The display name of the setup option.
  - `categoryId` integer, nullable — The unique identifier for the category associated with the option.
  - `categoryName` string — The display name of the option category.
  - `branchGuid` string, uuid — The unique identifier for the Branch associated with the option.
  - `isVisible` boolean — An indication of whether this custom setup option is visible to the current branch.
  - `customSetupOptionProperties` CustomSetupOptionProperty[]
    - `propertyName` string — The name of the option property.
    - `propertyDescription` string — The description of the option property.
    - `defaultValue` string — The default value of the property.
    - `propertyValue` string — The current value of the option property.

## Other responses

- `402` — Additional subscription required.
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
