GET
/
change
/
medicalnetwork
/
reports
/
v2
/
{transactionId}
/
835

This endpoint retrieves processed Electronic Remittance Advice (835 ERA) transactions from payers.

  • Call this endpoint with the transactionId of the 835 ERA you want to retrieve.
  • Stedi returns the payer’s 835 ERA in JSON format.

Correlate with original claim

Use the following fields to correlate the 835 ERA with the original claim:

  • Entire claim: The original claim’s claimInformation.patientControlNumber is returned as the transactions.detailInfo.paymentInfo.claimPaymentInfo.patientControlNumber in the 835 ERA.
  • Service line: The original claim’s claimInformation.serviceLines.providerControlNumber is returned as the transactions.detailInfo.paymentInfo.serviceLines.lineItemControlNumber in the 835 ERA.

Claim status

You cannot reliably determine a claim’s status based on the amount paid in an 835 ERA. There are many instances in which a claim is accepted and the total amount paid is 0 dollars. For example, in Value-Based Care (VBC) scenarios, line item rates are usually 0 dollars, and providers are paid a flat rate per month or for a complete bundle of services.

Instead, you can use the Claim Status API to check the status of a claim in real-time.

Authorizations

Authorization
string
headerrequired

A Stedi API Key for authentication.

Path Parameters

transactionId
string
required

A unique identifier for the processed 835 transaction within Stedi. This ID is included in the transaction processed event, which you can receive automatically through Stedi webhooks. You can also retrieve it through the Poll Transactions endpoint or from the transaction's details page within the Stedi app.

Response

200 - application/json
meta
object
required

Metadata that helps Stedi track and debug the response.

transactions
object[]

The payer's 835 response.