Changelog

Claim repair and edit: Incomplete ZIP Code

Stedi now validates ZIP Codes for US addresses in 837P professional, 837D dental, and 837I institutional claims.

X12 standards require a full 9-digit ZIP Code, called a ZIP+4, for the billing provider and service facility addresses when the address is in the United States.

For billing provider and service facility addresses without a full 9-digit ZIP+4, Stedi attempts to repair the claim by looking up the full 9-digit ZIP+4. If the lookup fails and the submitted ZIP is an invalid length, this edit rejects the claim.

Stedi also rejects claims with other addresses, such as subscriber or payer addresses, that contain ZIP Codes that don't meet length requirements.

Billing provider and service facility addresses

How the repair works

If the billing provider or service facility ZIP Code isn't a full 9-digit ZIP+4, Stedi attempts to look up the ZIP+4 using the rest of the address. If the lookup succeeds, Stedi repairs the claim with the resolved ZIP+4.

Billing provider address ZIP Code

Claim typeJSON API fieldX12 element
837P professionalbilling.address.postalCodeN4-03 (Postal Code) of Loop 2010AA (Billing Provider Name)
837D dentalbilling.address.postalCodeN4-03 (Postal Code) of Loop 2010AA (Billing Provider Name)
837I institutionalbilling.address.postalCodeN4-03 (Postal Code) of Loop 2010AA (Billing Provider Name)

Claim-level service facility address ZIP Code

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceFacilityLocation.address.postalCodeN4-03 (Postal Code) of Loop 2310C (Service Facility Location Name)
837D dentalclaimInformation.serviceFacilityLocation.address.postalCodeN4-03 (Postal Code) of Loop 2310C (Service Facility Location Name)
837I institutionalclaimInformation.serviceFacilityLocation.address.postalCodeN4-03 (Postal Code) of Loop 2310E (Service Facility Location Name)

Service-line-level service facility address ZIP Code

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceLines[].serviceFacilityLocation.address.postalCodeN4-03 (Postal Code) of Loop 2420C (Service Facility Location Name)
837D dentalclaimInformation.serviceLines[].serviceFacilityLocation.address.postalCodeN4-03 (Postal Code) of Loop 2420D (Service Facility Location Name)
837I institutionalN/AN/A

For example, if you submit a claim with a billing provider address of 1600 Pennsylvania Ave, Washington, DC, Stedi looks up and uses a ZIP+4 of 200033228.

Before the lookup, Stedi normalizes the submitted ZIP value. Hyphens and other separators are removed.

If Stedi can't look up the ZIP+4 (for example, because the address isn't recognized), Stedi preserves the submitted ZIP Code. If the value is only 5 digits, Stedi pads it with 0000 to reach the required 9-digit length. For example, a ZIP Code of 20003 becomes 200030000.

How the edit works

If the resulting ZIP Code isn't 9 digits after lookup and normalization, this edit rejects the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim that fails the edit for a billing provider or service facility address using Stedi's Claim Submission API endpoints, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Incomplete ZIP Code. The billing provider address requires the full 9-digit ZIP code (ZIP+4) when the address is in the United States. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim that fails the edit for a billing provider or service facility address using SFTP, Stedi rejects the claim with a 277CA claim acknowledgment. The acknowledgment includes a related claim status category code, claim status code, entity identifier code, and error message:

STC*A6>500>85*[DATE]*U*[AMOUNT]********Incomplete ZIP Code. The billing provider address requires the full 9-digit ZIP code (ZIP+4) when the address is in the United States. Correct and resubmit.~

Other addresses

Other addresses in a claim, such as the subscriber, payer, or patient address, can use either a valid 5-digit ZIP or 9-digit ZIP+4.

Stedi doesn't perform lookups for other addresses in the claim. Those addresses are rejected if they don't meet the 5-digit or 9-digit format requirement after Stedi normalizes them.

Rejection errors

If you submit a claim that fails the edit for an address other than the billing provider or service facility, such as the subscriber or payer address, using Stedi's Claim Submission API endpoints, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Invalid ZIP Code. The subscriber address requires either the 5-digit or full 9-digit ZIP code (ZIP+4) when the address is in the United States. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim that fails the edit for an address other than the billing provider or service facility using SFTP, Stedi rejects the claim with a 277CA claim acknowledgment:

STC*A6>500>HK*[DATE]*U*[AMOUNT]********Invalid ZIP Code. The subscriber address requires either the 5-digit or full 9-digit ZIP code (ZIP+4) when the address is in the United States. Correct and resubmit.~

Previous edit

This edit replaces the previous billing provider ZIP Code edit for institutional claims. The previous edit rejected institutional claims with an address missing a full ZIP+4. This edit adds the ZIP+4 lookup repair.

Test mode now supports mock Raw X12 and SOAP Eligibility API requests

We've expanded Stedi's test mode for eligibility checks:

For more details, see our announcement blog.

Claim edit: Invalid patient status code

Stedi now rejects 837I institutional claims that contain an invalid patient status code.

How the edit works

In an institutional claim, the patient status code describes the patient's condition at the end of the claim's billed period. It tells the payer whether the patient was discharged, transferred, or still admitted.

Claim typeJSON API fieldX12 element
837I institutionalclaimInformation.claimCodeInformation.patientStatusCodeCL1-03 (Patient Status Code) of Loop 2300 (Claim Information)

The patient status code must be a valid two-digit value from the UB-04 FL17 code set. If it isn’t a valid code, the payer may reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Invalid Patient Status Code. Patient status codes must be submitted as two numeric digits and must be a valid discharge status code. The submitted status code is not valid, 00. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A7>234*[DATE]*U*[AMOUNT]********Invalid Patient Status Code. Patient status codes must be submitted as two numeric digits and must be a valid discharge status code. The submitted status code is not valid, 00. Correct and resubmit.~

Claim edit: Missing admission date for inpatient claims

Stedi now rejects 837P professional claims that indicate an inpatient setting but are missing an admission date.

How the edit works

In professional claims, an inpatient claim is a claim for services delivered to a patient who’s formally admitted to a hospital or similar facility.

Inpatient claims must include the patient's admission date. The date tells the payer when the patient was admitted to the facility for care.

Admission date

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.claimDateInformation.admissionDateDTP*435 (Admission Date) of Loop 2300 (Claim Information)

The place of service code identifies whether a claim is an inpatient claim. Codes such as 21 (Inpatient Hospital) or 51 (Inpatient Psychiatric Facility) indicate an inpatient setting.

Place of service code

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.placeOfServiceCodeCLM05-01 (Place of Service Code) of Loop 2300 (Claim Information)

If the place of service code indicates an inpatient setting and no admission date is present, the payer may reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Missing Admission Date/Hour. The admission date/hour should be present on all inpatient claims and some outpatient claims. The submitted place of service, 21, indicates an inpatient claim. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A7>189*[DATE]*U*[AMOUNT]******A8>249**Missing Admission Date/Hour. The admission date/hour should be present on all inpatient claims and some outpatient claims. The submitted place of service, 21, indicates an inpatient claim. Correct and resubmit.~

Claim edit: Negative line item charge amount

Stedi now rejects 837P professional, 837D dental, and 837I institutional claims that include a negative line item charge amount for a service line.

How the edit works

In a claim, a service line represents billing for a specific service, such as an office visit or X-ray.

A line item charge amount is what the provider billed for a single service.

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceLines[].professionalService.lineItemChargeAmountSV1-02 (Line Item Charge Amount) of Loop 2400 (Service Line Number)
837D dentalclaimInformation.serviceLines[].dentalService.lineItemChargeAmountSV3-02 (Line Item Charge Amount) of Loop 2400 (Service Line Number)
837I institutionalclaimInformation.serviceLines[].institutionalService.lineItemChargeAmountSV2-03 (Line Item Charge Amount) of Loop 2400 (Service Line Number)

If a service line's line item charge amount is below zero, the payer may reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Invalid line charge amount. Submitted value -50.00 on line 1 must be zero or greater. Negative values are not allowed. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A7>583*[DATE]*U*[AMOUNT]******A7>732**Invalid line charge amount. Submitted value -50.00 on line 1 must be zero or greater. Negative values are not allowed. Correct and resubmit.~

Resolution tips

Billers usually add negative line item charge amounts when attempting to:

Several Blue Cross Blue Shield payers now support one-click enrollment

The following Blue Cross Blue Shield (BCBS) payers now support one-click transaction enrollment:

About one-click enrollment

Transaction enrollment is the process of registering a provider to exchange specific healthcare transactions with a payer. Payers always require transaction enrollment for ERAs. For other transactions, it depends on the payer.

Transaction enrollment requirements vary by payer. Some payers may require the submitter to sign PDFs or complete tasks in the payer's portal.

With one-click transaction enrollment, you only need to submit an enrollment request. There are no follow-up steps. Stedi handles everything else.

You can check whether a payer supports one-click enrollment using the Stedi Payer Network or the Payer APIs.

Updated guidance for claim resubmissions

Stedi has updated its claim resubmission guidance to align with the new claims management functionality in the Stedi portal. Customers that follow the updated guidance will see resubmitted claims linked to the original claim in the claims view and claim timeline.

Important: This guidance only affects how claim submissions are linked in the Stedi portal. It doesn’t affect claims processing. You can continue to submit claims to Stedi without following the updated guidance, but it will lead to a suboptimal viewing experience in the portal.

The update covers two fields in the claim submission: patient control numbers (PCNs) and claim frequency codes (CFCs).

If you don't update your resubmission logic, resubmissions will still succeed, but the resubmitted claim won't appear linked to the original claim in the Stedi portal's claims view and claim timeline.

Claims and resubmissions already submitted under previous guidance won't be retroactively linked in the claims view or claim timeline.

Patient control numbers

A patient control number (PCN) is a tracking ID for a claim. You include a PCN when you submit a claim. The payer sends the PCN back in follow-up transactions: claim acknowledgments, Electronic Remittance Advice (ERAs), and real-time claim status checks.

You can set the PCN in the following locations:

Stedi matches claims and resubmissions in the claims view and claim timeline using the PCN. We recommend using nanoid to generate strong, unique 17-character PCNs. See our docs for best practices.

What’s changing

Previously, our guidance was to use a new, unique PCN for any claim resubmission. Since Stedi’s claims management views use the PCN to link claims and resubmissions, this meant that a claim and a resubmission with different PCNs would not be linked in the portal.

We now recommend reusing the same PCN from the original submission in two scenarios:

  • Pre-adjudication claims (any payer): The claim hasn't yet entered the payer's adjudication system. The clearest signals that a claim is in pre-adjudication are that the payer's 277CA doesn't contain a payer claim control number (PCCN), no real-time claim status check has returned a PCCN, and you haven't received an ERA for the original claim. See Pre-adjudication vs. adjudication in our docs.

  • Medicare claims in adjudication: The clearest signals that a claim is in adjudication are that the payer's 277CA contains a PCCN, a real-time claim status check returned a PCCN, or you've received an ERA for the original claim. Medicare resubmissions don’t use the PCCN, so reusing the PCN doesn't risk duplicate-claim errors. See Medicare resubmission in our docs.

Reusing the PCN in these scenarios allows Stedi to link resubmissions to the same claim timeline.

For non-Medicare claims in adjudication, our guidance is unchanged: use a new, unique PCN. This helps avoid duplicate-claim errors from the payer. It also makes it easier to differentiate ERA responses for the original claim from those for resubmissions.

ScenarioPrevious guidanceUpdated guidance
Pre-adjudication (all payers)New, unique PCNSame PCN as the original claim submission
Adjudication, non-Medicare claimsNew, unique PCNNo change
Adjudication, Medicare claimsNew, unique PCNSame PCN as the original claim submission

Claim frequency codes

The claim frequency code (CFC) tells the payer whether a claim is an original claim, a correction, or part of an ongoing stay.

You can set the CFC in the following locations:

Institutional claims support a broader set of CFC values than professional or dental claims. For example, long-term care facilities often submit interim claims every 30 days using CFC 2 (Interim - First Claim), 3 (Interim - Continuing Claims), or 4 (Interim - Last Claim). Resubmitting an interim claim with CFC 1 would incorrectly signal a final end-to-end claim.

What’s changing

Previously, our guidance was to use CFC 1 (Admit thru Discharge Claim) for pre-adjudication claims and Medicare claims in adjudication, and CFC 7 (Replacement of Prior Claim) for corrections or 8 (Void/Cancel of Prior Claim) for cancellations, for non-Medicare claims in adjudication. This guidance didn't account for institutional interim claims (described above), which retain their original CFC across resubmissions.

We now recommend institutional claims use the original submission's CFC in two scenarios:

  • Pre-adjudication institutional claims (any payer): The claim hasn't yet entered the payer's adjudication system. The clearest signals that a claim is in pre-adjudication are that the payer's 277CA doesn't contain a PCCN, no real-time claim status check has returned a PCCN, and you haven't received an ERA for the original claim. See Pre-adjudication vs. adjudication in our docs.

  • Institutional Medicare claims in adjudication: The clearest signals that a claim is in adjudication are that the payer's 277CA contains a PCCN, a real-time claim status check returned a PCCN, or you've received an ERA for the original claim. See Medicare resubmission in our docs.

Preserving the original CFC keeps the claim's intent intact – original, interim, or final – across resubmissions.

For professional and dental claims, and for non-Medicare claims in adjudication (all claim types), our guidance is unchanged.

ScenarioProfessional/Dental claimsInstitutional claims
Pre-adjudication (all payers)1 (Admit thru Discharge Claim)Same CFC as original submission
Adjudication, non-Medicare claims7 (Replacement of Prior Claim) for corrections or 8 (Void/Cancel of Prior Claim) for cancellations7 (Replacement of Prior Claim) for corrections or 8 (Void/Cancel of Prior Claim) for cancellations
Adjudication, Medicare claims1 (Admit thru Discharge Claim)Same CFC as original submission

Support

For more details, see our resubmit or cancel claims docs.

If you have questions or concerns, contact us using your dedicated support channel or our contact form.

Bulk transaction enrollment CSVs now support new fields

You can now include four optional fields when creating transaction enrollment requests using a bulk CSV import:

  • providerTransactionAccessNumber – The Provider Transaction Access Number (PTAN) assigned by the payer. The PTAN is a Medicare-issued identifier that providers receive from their Medicare Administrative Contractor (MAC) in an approval letter after enrolling with Medicare.

  • requestedEffectiveDate – Date you'd like an ERA enrollment to take effect with the payer. Uses the YYYYMMDD format. See Introducing requested effective dates for ERA enrollments.

  • aggregationPreferenceNpiNational Provider Identifier (NPI) to use for ERA aggregation.

  • aggregationPreferenceTaxId – Tax ID number (TIN), such as an employer identification number (EIN) or Social Security Number (SSN), to use for ERA aggregation.

You can only provide one aggregation preference field, aggregationPreferenceNpi or aggregationPreferenceTaxId, per row.

The aggregation preference fields tell the payer how you'd like them to group payment information in ERAs. The preference is a request to the payer, not a guarantee. See Introducing aggregation preferences for ERA enrollments.

Previously, these four fields were only available through the Create Enrollment API or the Stedi portal UI.

Now you can also use the fields in bulk CSV imports. Bulk CSV imports are commonly used for clearinghouse migrations, new customer onboarding, and group practice rollouts.

Claim edit: Missing adjustment reason code

Stedi now rejects 837P professional, 837D dental, and 837I institutional claims that include an adjustment amount or quantity without a corresponding adjustment reason code.

How the edit works

In a healthcare claim, an adjustment is a dollar amount that reduces what the payer owes the provider. Adjustments can cover things like a contractual write-off or the patient's responsibility, such as a co-pay or deductible.

Payers apply adjustments during adjudication and return them, along with other payment information, to the provider in an Electronic Remittance Advice (ERA). Adjustments are provided at both the claim and service-line level.

In the ERA, each adjustment's dollar amount is paired with a Claim Adjustment Reason Code (CARC). The reason code explains why the adjustment was made.

When billing a secondary or tertiary payer – a process called coordination of benefits (COB) – the provider or their billing system copies the prior payer's adjustments onto the claim.

Each adjustment has a reason code, a dollar amount, and an optional quantity. Not all three are required, but if an amount or quantity is present, the reason code must be too.

Claim-level adjustment reason code

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.otherSubscriberInformation[].claimLevelAdjustments[].adjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2320 (Other Subscriber Information)
837D dentalclaimInformation.otherSubscriberInformation[].claimLevelAdjustments[].adjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2320 (Other Subscriber Information)
837I institutionalclaimInformation.otherSubscriberInformation.claimLevelAdjustments[].claimAdjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2320 (Other Subscriber Information)

Service line-level adjustment reason code

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceLines[].lineAdjudicationInformation[].claimAdjustmentInformation[].adjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2430 (Line Adjudication Information)
837D dentalclaimInformation.serviceLines[].lineAdjudicationInformation[].claimAdjustmentInformation[].adjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2430 (Line Adjudication Information)
837I institutionalclaimInformation.serviceLines[].lineAdjudicationInformation[].lineAdjustment[].claimAdjustmentDetails[].adjustmentReasonCodeCAS-02, CAS-05, CAS-08, CAS-11, CAS-14, and CAS-17 of Loop 2430 (Line Adjudication Information)

If the amount or quantity is copied without the corresponding reason code, the payer can't process the adjustment and will reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Missing Adjustment Reason Code. When an adjustment amount or quantity is present on the claim then a corresponding adjustment reason code is required. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A6>521*[DATE]*U*[AMOUNT]********Missing Adjustment Reason Code. When an adjustment amount or quantity is present on the claim then a corresponding adjustment reason code is required. Correct and resubmit.~

Claim edit: Missing adjustment amount

Stedi now rejects 837P professional, 837D dental, and 837I institutional claims that include an adjustment reason code without a corresponding adjustment amount.

How the edit works

In a healthcare claim, an adjustment is a dollar amount that reduces what the payer owes the provider. Adjustments can cover things like a contractual write-off or the patient's responsibility, such as a co-pay or deductible.

Payers apply adjustments during adjudication and return them, along with other payment information, to the provider in an Electronic Remittance Advice (ERA). Adjustments are provided at both the claim and service-line level.

In the ERA, each adjustment's dollar amount is paired with a Claim Adjustment Reason Code (CARC). The reason code explains why the adjustment was made.

When billing a secondary or tertiary payer – a process called coordination of benefits (COB) – the provider or their billing system copies the prior payer's adjustments onto the claim.

Each adjustment has a reason code, a dollar amount, and an optional quantity. Not all three are required, but if a reason code is present, the amount must be too.

Claim-level adjustment amount

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.otherSubscriberInformation[].claimLevelAdjustments[].adjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2320 (Other Subscriber Information)
837D dentalclaimInformation.otherSubscriberInformation[].claimLevelAdjustments[].adjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2320 (Other Subscriber Information)
837I institutionalclaimInformation.otherSubscriberInformation.claimLevelAdjustments[].claimAdjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2320 (Other Subscriber Information)

Service line-level adjustment amount

Claim typeJSON API fieldX12 element
837P professionalclaimInformation.serviceLines[].lineAdjudicationInformation[].claimAdjustmentInformation[].adjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2430 (Line Adjudication Information)
837D dentalclaimInformation.serviceLines[].lineAdjudicationInformation[].claimAdjustmentInformation[].adjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2430 (Line Adjudication Information)
837I institutionalclaimInformation.serviceLines[].lineAdjudicationInformation[].lineAdjustment[].claimAdjustmentDetails[].adjustmentAmountCAS-03, CAS-06, CAS-09, CAS-12, CAS-15, and CAS-18 of Loop 2430 (Line Adjudication Information)

If the reason code is copied without the corresponding amount, the payer can't process the adjustment and will reject the claim.

This edit catches the issue before the claim reaches the payer. It prevents payer rejections, which are slower and delay payment for the provider.

Rejection errors

If you submit a claim using Stedi's Claim Submission API endpoints and the claim fails the edit, you'll get back an error response in real time. The response includes details in the errors array:

{
  "errors": [
    {
      "code": "33",
      "description": "Missing Adjustment Amount. When an adjustment reason code is present then a corresponding adjustment amount is required. Impacted adjustment reason code(s) 96. Correct and resubmit.",
      "followupAction": "Please Correct and Resubmit"
    }
  ]
}

If you submit a claim using SFTP and the claim fails the edit, Stedi will reject the claim with a 277CA claim acknowledgment. The acknowledgment will include a related claim status category code, claim status code, and error message:

STC*A6>519*[DATE]*U*[AMOUNT]********Missing Adjustment Amount. When an adjustment reason code is present then a corresponding adjustment amount is required. Impacted adjustment reason code(s) 96. Correct and resubmit.~