GSTR-1 B2CSA
GSTR-1 is a sales return that is required to be filed by every GST-registered person or entity. Sandbox API for getting small business-to-consumer(B2CSA) invoice(more than 2.5 lakhs) details with amendments for a return period of the authenticated taxpayer.
Overview
- Get all B2C HSN invoices with amendments for a return period for the authenticated taxpayer (
gstin
) for the particularyear
andmonth
.
Endpoint
HTTP Method | Resource |
---|---|
Get | /gsp/tax-payer/{gstin}/gstrs/gstr-1/b2csa/{year}/{month} |
Request
Follow the below guidelines to pass GSTIN, year & month for getting small business-to-consumer(B2CSA) invoice details with amendments.
Path Parameters
Param | Type | Description | Example |
---|---|---|---|
gstin | string | 15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime | 22AAAAA0000A1Z5 |
year | string | Year for which Advance Tax needs to be fetched. | 2020 |
month | string | Month for which Advance Tax needs to be fetched. | 01 |
Once the values are added, Your curl will look something like this
curl --request GET \
--url https://api.sandbox.co.in/gsp/tax-payer/22AAAAA0000A1Z5/gstrs/gstr-1/b2csa/2020/01 \
--header 'Authorization: xxxxxxxxxx' \
--header 'accept: application/json' \
--header 'x-api-key: xxxxxxxxxx' \
--header 'x-api-version: 1.0'
Test Environment Not Available
Response
The response includes the following small B2B invoices details with amendments below
b2csa
entity
Param | Type | Description | Example |
---|---|---|---|
omon | string | Original Month of Invoice | 122016 |
opos | string | Place of Supply | 04 |
sply_ty | string | Supply Type | INTER |
etin | string | Ecom Operator Gstin | 01AABCE5507R1C4 |
pos | string | Place of Supply | 05 |
flag | string | Tax payer action | "D" |
typ | string | Type | E/OE (Ecom/Other than Ecom) |
diff_percent | num | Differential percentage | .65 (65%) |
List {itms} | Items | Look at the table below |
itms
entity
Param | Type | Description | Example |
---|---|---|---|
rt | num | Rate | 5 |
txval | num | Taxable value of Goods or Service as per invoice | 110 |
iamt | num | IGST Amount as per invoice | 10 |
camt | num | CGST Amount as per invoice | 0 |
samt | num | SGST Amount as per invoice | 0 |
csamt | num | cess Amount as per invoice | 10 |
Response Caching
Response caching is not available for this API. Learn more about our response caching mechanism here
Wallet Charges
Since GSTR-1 B2CSA is a Paid API, a wallet charge of INR 0.25 + GST per API call will be applicable.
Versioning
This API is currently in major version 1.0. Refer to our versioning policies here
Updated 5 months ago