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

This endpoint retrieves processed Claim Acknowledgment (277CA) transactions from payers.

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

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

Correlate with original claim

Use the following fields to correlate the 277CA with the original claim:

  • Entire Claim: The original claim’s claimInformation.patientControlNumber is returned as the transactions.payers.claimStatusTransactions.claimStatusDetails.patientClaimStatusDetails.claims.claimStatus.patientAccountNumber in the 277CA.
  • Service line: The original claim’s claimInformation.serviceLines.providerControlNumber is returned as the transactions.payers.claimStatusTransactions.claimStatusDetails.patientClaimStatusDetails.claims.serviceLines.lineItemControlNumber in the 277CA.

Authorizations

Authorization
string
headerrequired

API key authentication via the 'Authorization' header

Path Parameters

transactionId
string
required

A unique identifier for the processed 277 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 277 response.

meta
object
required

Metadata that helps Stedi track and debug the response.

Was this page helpful?