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.

This endpoint is a direct replacement for the Change Healthcare (CHC) Convert Report 835 API.

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.

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

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
transactions
object[]

The payer's 835 response.

meta
object
required

Metadata that helps Stedi track and debug the response.

Was this page helpful?