v1

latestOpenAPI 3.1.02026-08-045901.5 MB

View Voucher

get/vouchers/{id}

Path parameters

idstring required

The unique identifier of the voucher you wish to retrieve. This parameter is required to specify which voucher to view.

Headers

api-tokenstring

Generate token from authentication api

x-api-keystring

This will shared while register

Response

200

statusinteger

Example response

{
  "status": 200,
  "data": {
    "id": 5993,
    "payment_mode_value": "Online Payment",
    "type": "purchase of traded goods",
    "category": "purchase of traded goods",
    "head": "expense",
    "voucher_number": "2026-10",
    "payment_date": "2026-02-03",
    "payment_mode": 5993,
    "amount": "1000",
    "currency": "INR",
    "currency_info": {
      "to": "INR",
      "from": "INR",
      "currency_rate": "1",
      "converted_amount": 1000,
      "currency_default_rate": "1"
    },
    "bank_branch": 845,
    "branch": "406",
    "status": 1,
    "tax_rate_type": "0",
    "tax_credit_type": 1,
    "issued_on": "2026-02-03 15:12:55",
    "verified_by": 1,
    "verified_on": "2026-02-03 15:12:55",
    "created_by": 443012468,
    "created_on": "2026-02-03 15:11:10",
    "coa_id": 381,
    "edit_log": [
      {
        "updated_by": 443012468,
        "updated_on": "2026-02-03 15:12:55"
      }
    ],
    "business_info": {
      "id": 406,
      "email": "branchlive@gmail.com",
      "gstin": "25AABCS1429B1ZY",
      "mobile": "7823956345",
      "address": {
        "city": "chennai",
        "addr1": "ESTAMPING OFFICE, PWD, DIVISION -1",
        "addr2": "NEAR FATIMA CONVENT SCHOOL",
        "state": "TAMIL NADU",
        "country": "INDIA",
        "pincode": "396220",
        "address1": "ESTAMPING OFFICE, PWD, DIVISION -1",
        "address2": "NEAR FATIMA CONVENT SCHOOL"
      }
    },
    "voucher_type": 1,
    "bank_details": {
      "id": 845,
      "account_number": "12332432423",
      "bank_name": "AXIS BANK"
    },
    "business_details": {
      "id": 406,
      "address_details": {
        "city": "chennai",
        "addr1": "ESTAMPING OFFICE, PWD, DIVISION -1",
        "addr2": "NEAR FATIMA CONVENT SCHOOL",
        "state": "TAMIL NADU",
        "country": "INDIA",
        "pincode": "396220"
      },
      "branch_name": "Chennai"
    },
    "download_url": "https://in.ledgers.cloud/public/download-voucher/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/akYrZUpVZmRVMTlYWXBBdUx1VzVKUT09",
    "pdf_url": "https://in.ledgers.cloud/public/voucher/S0J2cVV2Um9zRHp2UHpBUG9TTDZFdz09/akYrZUpVZmRVMTlYWXBBdUx1VzVKUT09"
  }
}