Cash Ledger
About
- The API takes in the
gstin
and the time period(from
andto
) for which you want to retrieve the Cash Ledger.
Definition
- The E-Cash or Electronic Cash Ledger under GST displays all the amounts deposited for payment of tax, interest, fee, or penalty. It also reflects TDS (Tax Deducted at Source) and TCS (Tax Collected at Source) since they are tax deposits of the taxpayer.
Endpoint
HTTP Method | Resource | Description |
---|---|---|
GET | /gsp/tax-payer/{gstin}/ledgers/cash?from={from}&to={to} | Takes in gstin , year and month and returns Cash Ledger |
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | AAAAA0000A |
Query Parameters
Param | Type | Description | Example |
---|---|---|---|
from | string | From Date (DD/MM/YYYY) | 18/11/2020 |
to | string | To Date (DD/MM/YYYY) | 18/11/2021 |
Response
Param | Type | Description | Example |
---|---|---|---|
fr_dt | string | From Date (DD/MM/YYYY) | |
to_dt | string | To Date (DD/MM/YYYY) | |
cl_bal | object | Look Below | Look Below |
sgst_bal | object | ||
cessbal | object | ||
tot_rng_bal | object | ||
desc | string | ||
gstin | string | ||
tr | object | sgst ,sgstbal ,cessbal ,cgst ,cess ,tot_rng_bal ,tr_typ ,` | |
desc | string | Description | Closing Balance |
cl_bal
,sgst_bal
,cessbal
,tot_rng_bal
entities
Param | Type | Description | Example |
---|---|---|---|
intr | num | ||
oth | num | ||
tx | num | ||
fee | num | ||
pen | num | ||
tot | num |
Updated 5 months ago