GST
Get GSTR-3B Return
Assemble the GSTR-3B self-declared summary for a tax period from the same invoices and credit notes as GSTR-1, in readable form and in GSTN upload JSON.
GET
GSTR-3B summary return for a tax period
Builds the GSTR-3B summary return for one calendar month from the same period
inputs as GSTR-1 — finalized invoices and refund
credit notes — so the two returns agree by construction. Table 3.1(a)
outward taxable supplies are reported net of the period’s credit notes
(GSTR-3B reports net supplies; GSTR-1 lists notes separately), and Table 3.2
lists inter-state supplies to unregistered persons per place of supply.
The billing engine holds no purchase-side data, so the inward reverse-charge
row (3.1d) and the input-tax-credit table are emitted with zeros for schema
completeness. Zero-rated (3.1b), nil/exempt (3.1c) and non-GST (3.1e) rows are
also zero — the engine bills taxable supplies only. The taxpayer or their CA
completes those sections before filing.
As with GSTR-1 the response carries
Each Table 3.1 row is a values object with
data (readable names, paise) and
gov_schema (GSTN GSTR-3B JSON, rupees). The seller GSTIN comes from your
GST configuration. See the
GST returns guide for the filing workflow.
Parameters
Example Request
Response
The example is the same June 2026 period as the GSTR-1 page: gross outward taxable value ₹12,500 less one ₹1,000 credit note gives net ₹11,500 in 3.1(a).Fields
data — readable return (minor units)
Each Table 3.1 row is a values object with taxable_value, igst, cgst,
sgst in paise.
gov_schema — GSTN GSTR-3B upload JSON (rupees)
Cess (
csamt) is not modelled and is always 0.
Errors
Errors use the standard envelope — see Errors.
Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Calendar month of the tax period.
Required range:
1 <= x <= 12Year of the tax period.
Required range:
2017 <= x <= 2100Legal entity to scope the tax config to (Multi-Entity Books). Omit for the tenant's primary entity / default config.