Get GSTR-1 B2BA

GET {{sandbox_host}}/gst/compliance/tax-payer/gstrs/gstr-1/b2ba/:year/:month

Get all B2B amended invoices for a return period for authenticated taxpayer

Request Params

KeyDatatypeRequiredDescription
counterparty_gstinstringoptional Counter party GSTIN
action_requiredstringoptional Status filter for filtering the invoices. Possible values: Y or N. Status filter for filtering the invoices. Use filter value Y to fetches the invoices where tax payer need to take action. Already accepted or uploaded invoices can be fetched by using filter value N.
fromstringoptional From Date (DD/MM/YYYY)

HEADERS

KeyDatatypeRequiredDescription
x-api-keystringPublic key required to authorize API access.
x-api-versionstring
authorizationstring

RESPONSES

status: OK

"{\n    \"transaction_id\": \"{{$randomUUID}}\",\n    \"code\": 200,\n    \"data\": {\n        \"status_cd\": \"0\",\n        \"error\": {\n            \"message\": \"No document found in selected financial year. Either this document exists in a different financial year or the document number is incorrect.\",\n            \"error_cd\": \"RET11416\"\n        }\n    },\n    \"timestamp\": {{$timestamp}}000\n}"