---
title: "List Voucher"
method: GET
path: "/vouchers"
---

# List Voucher

`GET /vouchers`

## Query parameters

- `size` integer, required
- `start_from` string, required
- `from_date` string
- `to_date` string
- `search` string
- `order_by` 'asc' | 'desc'
- `order_column` 'voucher_number' | 'seller_name' | 'payment_date' | 'amount'
- `status` string
- `voucher_type` 'Payment' | 'Expense' | 'Salary', required

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` integer
  - `total_count` integer
  - `data` object[]
    - `id` integer
    - `voucher_number` string
    - `payment_date` string
    - `contact_id` integer
    - `payment_mode` integer
    - `currency` string
    - `amount` string
    - `reference_no` string
    - `branch` string
    - `status` integer
    - `notes` string
    - `issued_by` integer
    - `issued_on` string
    - `verified_by` integer
    - `verified_on` string
    - `created_by` integer
    - `created_on` string
    - `edit_log` unknown
    - `coa_id` integer
    - `voucher_type` integer
    - `salary_month` string
    - `field_4` unknown
    - `field_5` unknown
    - `bank_branch` integer
    - `auto_mode` integer
    - `extra_field` unknown
    - `tax_rate` integer
    - `tax_amount` integer
    - `currency_info` unknown
    - `payout_info` string
    - `recon_details` unknown
    - `tax_rate_type` string
    - `reverse_charge` integer
    - `gst_tax_credit` integer
    - `tax_credit_type` integer
    - `contact_name` string
    - `contact_business_name` string
    - `contact_address` unknown
    - `business_info` string
    - `bank_info` unknown
    - `salary_details` unknown
    - `tds_info` unknown
    - `multiple_expense` unknown
    - `payment_status` integer
    - `paid_amount` unknown
    - `reconcile_status` string
    - `name` string
    - `entity` unknown
    - `email` unknown
    - `tax_id1` unknown
    - `tax_id2` unknown
    - `display_name` unknown
    - `mobile` unknown
    - `phone` unknown
    - `head` string
    - `category` string
    - `type` string
    - `sub_type` string
    - `coa_status` integer
    - `payment_mode_value` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
