Skip to main content
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 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

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

month
integer
required

Calendar month of the tax period.

Required range: 1 <= x <= 12
year
integer
required

Year of the tax period.

Required range: 2017 <= x <= 2100
entity_id
string<uuid>

Legal entity to scope the tax config to (Multi-Entity Books). Omit for the tenant's primary entity / default config.

Response

The GSTR-3B return, readable and in government JSON shape.

data
object

Readable GSTR-3B sections (amounts in minor units).

gov_schema
object

GSTN GSTR-3B upload JSON (official field names, amounts in rupees).