firstName
, lastName
, dateOfBirth
, memberId
.
tradingPartnerServiceId
property. Visit the Stedi Payer Network for a complete list of supported payers and their payer IDs.
You should also ensure that you’re sending the request to the correct payer entity. For example, Blue Cross Blue Shield (BCBS) has multiple entities that operate in different states. If you send a request to the wrong entity, the request will fail with an AAA
= 75
error (Subscriber/Insured Not Found).
firstName
, lastName
, dateOfBirth
, plus memberId
and/or ssn
. If you do not send all data points, Stedi returns an HTTP 400
error with a message listing the missing data.
Duplicate Subscriber/Insured ID Number
error can occur when Stedi finds more than one member ID for the patient in the request. For example, this could occur if you only provide the patient’s Social Security Number (SSN), and the search returns more than one member ID associated with that SSN.
In this case, Stedi returns a HTTP 200
response with an AAA
error in the subscriber
object.
200
response with an AAA
error in the subscriber
object.
memberId
are one of the most common causes of Subscriber/Insured Not Found
errors. We strongly recommend first performing an eligibility check and using the memberId
in the response to populate your COB check.
You will also receive a Subscriber/Insured Not Found
error if you try to submit a COB check to a Medicare or Medicare Advantage plan. These plans aren’t supported for COB checks.
Subscriber/Insured Not Found
error.
Payers typically update COB member data on a weekly basis. If you receive an error and the patient’s coverage has recently changed, we recommend trying again next week to give the changes time to propagate to the COB database.
AAA
errors specify issues with your request and any recommended follow-up actions. Stedi includes this information in the aaaErrors
object in the response JSON.
AAA
errors can be present at multiple different levels in the response, depending on the type. In the COB response, the subscriber
, dependent
, and provider
objects can each contain their own aaaErrors
array.
Common causes for AAA errors include:
followupAction
:
C
- Please correct and resubmitN
- Resubmission not allowedP
- Please resubmit original transactionR
- Resubmission allowedS
- Do not resubmit; Inquire initiated to a third partyY
- Do not resubmit; We will hold your request and respond again shortly