GSTR-1 CDNUR

GSTR-1 is a sales return that is required to be filed by every GST-registered person or entity. Sandbox API for getting all Credit/Debit notes for a return period of the unregistered taxpayer.

API Pricing Image

Overview

  • Get all credit/debit notes for a return period for the unregistered user (gstin) for a particular year and month.

Endpoint

HTTP MethodResource
Get/gsp/tax-payer/{gstin}/gstrs/gstr-1/cdnur/{year}/{month}

API Endpoint  Contact Us  Free Trial

Path Parameters

ParamTypeDescriptionExample
gstinstring15-character alpha-numeric unique identifier assigned to business entities registering under the GST regime22AAAAA0000A1Z5
yearstringYear for which Advance Tax needs to be fetched.2020
monthstringMonth 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/cdnur/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 all Credit/Debit notes details below

  • cdnur entity
ParamTypeDescriptionExample
flagstringInvoice StatusN
chksumstringInvoice Check sum valueASDFGJKLPTBBJKBJKBBJKBB
srctypstringSource Type of IRNEinvoice
irnstringIRN number897ADG56RTY78956HYUG90BNHHIJK453GFTD99845672FDHHHSHGFH4567FG56TR
irngendatestringIRN generation Date03-02-2016
nt_numstringCredit note/debit note533515
nt_dtstringCredit Note/Debit Note23-09-2016
nttystringCredit/debit note type/ Refund VoucherC
typstringEXPWP/ EXPWOP/ B2CLBRCL
rsnstringNot Mentioned
p_gststringPre GST Regime Dr./ Cr. NotesN
inumstringOriginal invoice number915914
valnumTotal Note Value123123
idtstringInvoice date23-09-2016
d_flagstringdelink flagY
posstringPlace of supply04
diff_percentnumDifferential percentage0.65
  • itms entity
ParamTypeDescriptionExample
numnumSerial no1
rtnumRate10
txvalnumTaxable value of Goods or Service as per invoice522.5
iamtnumIGST Amount as per invoice845.22
csamtnumcess Amount as per invoice789.52

Response Caching

Response caching is not available for this API. Learn more about our response caching mechanism here

Wallet Charges

Since GSTR-1 CDNUR 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