---
title: "Get payment terms"
method: GET
path: "/consumers/{consumer_id}/accounting/payment-terms"
tags: ["Accounting", "Invoices"]
---

# Get payment terms

`GET /consumers/{consumer_id}/accounting/payment-terms`

Get payment terms

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer
- `folder_id` string, nullable

## Response `200`

Successful Response

- ChiftPageAccountingPaymentTerms
  - `items` AccountingPaymentTerms[], required
    - `id` string, required — Technical ID of the payment term in the accounting system.
    - `name` string, nullable — Name of the payment term
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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