277CA Report
This endpoint retrieves processed 277 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.
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 in two locations in the 277CA:
transactions.payers.claimStatusTransactions.claimStatusDetails.patientClaimStatusDetails.claims.claimStatus.patientAccountNumber
transactions.payers.claimStatusTransactions.claimStatusDetails.patientClaimStatusDetails.claims.claimStatus.referencedTransactionTraceNumber
You can use either of these properties to correlate the 277CA with the original claim, but we recommend using the referencedTransactionTraceNumber
.
Service line
The original claim’s claimInformation.serviceLines.providerControlNumber
is sometimes returned as the transactions.payers.claimStatusTransactions.claimStatusDetails.patientClaimStatusDetails.claims.serviceLines.lineItemControlNumber
in the 277CA.
This is because a 277CA only contains a serviceLines
object (which contains the lineItemControlNumber
) if it was rejected because of issues with the information provided for the service line.
You can review a complete response with a rejected claim in ConvertReport277_example2
. The following snippet also shows a serviceLines
object for a rejected claim containing the lineItemControlNumber
property.
Authorizations
A Stedi API Key for authentication.
Path Parameters
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 portal.
Response
The response is of type object
.