Fetch a remittance's 835 (ERA)
Remittances
Get a remittance's 835 (ERA)
Retrieve a remittance’s electronic remittance advice as raw X12 835.
GET
Fetch 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.
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.