Skip to main content
GET
Get a remittance's 835 (ERA)
Returns the electronic remittance advice for a remittance as a raw X12 835 document. Use the id from List remittances; every listed remittance is ready to fetch. The response body is the 835 in X12 wire format, served as application/edi-x12. Files conform to the HIPAA 5010 ASC X12 835 (Health Care Claim Payment and Remittance Advice) standard, governed by Technical Report Type 3 (TR3) identifier 005010X221. See the official X12 specification for details.

Path parameters

string
required
The remittance ID, as returned by List remittances.

Query parameters

string
Pass 1 to receive the 835 as a file download (sets a Content-Disposition attachment header). Omit to receive it inline.

Response

The 835 document in X12 wire format.
string
The raw X12 835, with ~ segment terminators.
An ID with no servable 835 — unknown, still under review, or not yet materialized — returns 404. An ID belonging to an entity outside your granted scope returns 403.