Get Cash ITC Balance
GET {{sandbox_host}}/gst/compliance/tax-payer/ledgers/bal/:year/:month
Get balance for ITC and Cash as on date for authenticated taxpayer
HEADERS
| Key | Datatype | Required | Description |
| authorization
| string | | |
| x-api-key
| string | | Public key required to authorize API access. |
| x-api-version
| string | | |
RESPONSES
status: OK
"{\n \"transaction_id\": \"{{$randomUUID}}\",\n \"code\": 200,\n \"data\": {\n \"data\": {\n \"cash_bal\": {\n \"sgst\": {\n \"oth\": 0,\n \"intr\": 0,\n \"tx\": 0,\n \"fee\": 0,\n \"pen\": 0\n },\n \"sgst_tot_bal\": 0,\n \"cgst\": {\n \"oth\": 0,\n \"intr\": 0,\n \"tx\": 0,\n \"fee\": 0,\n \"pen\": 0\n },\n \"igst_tot_bal\": 0,\n \"cess\": {\n \"oth\": 0,\n \"intr\": 0,\n \"tx\": 0,\n \"fee\": 0,\n \"pen\": 0\n },\n \"igst\": {\n \"oth\": 0,\n \"intr\": 0,\n \"tx\": 0,\n \"fee\": 0,\n \"pen\": 0\n },\n \"cess_tot_bal\": 0,\n \"cgst_tot_bal\": 0\n },\n \"itc_bal\": {\n \"cgst_bal\": 0,\n \"igst_bal\": 0,\n \"sgst_bal\": 0,\n \"cess_bal\": 0\n },\n \"itc_blck_bal\": {\n \"igst_blck_bal\": 0,\n \"cgst_blck_bal\": 0,\n \"sgst_blck_bal\": 0,\n \"cess_blck_bal\": 0\n },\n \"gstin\": \"29AAACQ3770E000\"\n },\n \"status_cd\": \"1\"\n },\n \"timestamp\": {{$timestamp}}000\n}"