---
title: "POST /coordination-of-benefits"
method: POST
path: "/coordination-of-benefits"
tags: ["Coordination of benefits"]
---

# POST /coordination-of-benefits

`POST /coordination-of-benefits`

Submit a coordination of benefits (COB) check in JSON format

## Request body

- CoordinationOfBenefitsRequestContent
  - `dependent` COBDependent — A dependent for which you want to check coordination of benefits. - An individual qualifies as a dependent when they are listed as a dependent on the subscriber's insurance plan AND the payer cannot uniquely identify them through information outside the subscriber's policy. For example, if the dependent has their own member ID number, you should identify them in the `subscriber` object instead. - The demographic information you provide **must** patch the payer's data exactly. For example, if the payer has the dependent's name as `Jonathan Doe`, a COB request for `Jon Doe` will fail because the name doesn't match the payer's records.
    - `dateOfBirth` string, required — The dependent's date of birth.
    - `firstName` string, required — The dependent's first name.
    - `lastName` string, required — The dependent's last name.
    - `ssn` string — The dependent's Social Security Number (SSN).
  - `encounter` COBEncounter, required — Information about the encounter. - You can submit COB checks with the `30` service type code for Health Benefit Plan Coverage. This is the broadest service type code that covers all medical services and subtypes included in the patient’s health plan. - The service dates you provide **must** be within the past 2 years. COB checks don't support requests with dates outside of this range. - Don't send service dates that are in the future. Future service dates typically result in errors from the payer. - If you don't specify a service date (either a single day or a range of dates), Stedi defaults to using the current date.
    - `beginningDateOfService` string — The beginning date of service. If you include this value, you must also include the `endDateOfService`.
    - `dateOfService` string — The date of service of the encounter.
    - `endDateOfService` string — The end date of service. If you include this value, you must also include the `beginningDateOfService`.
    - `serviceTypeCode` '30' — The service type code for the encounter. If not provided, the default value is `30`.
  - `provider` COBProvider, required — Information about the entity requesting the coverage.
    - `firstName` string — The provider's first name. This property is required if the provider is an individual.
    - `lastName` string — The provider's last name. This property is required if the provider is an individual.
    - `npi` string, required — The provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier).
    - `organizationName` string — The provider's business name.
  - `subscriber` COBSubscriber, required — The primary policyholder for the insurance plan _or_ a dependent with a unique member ID. If a dependent has a unique member ID, include their information here and leave `dependent` empty. The demographic information you provide **must** match the payer's data exactly. For example, if the payer has the subscriber's name as `Jonathan Doe`, a COB request for `Jon Doe` will fail because the name doesn't match the payer's records. Also note that: - Any prefix on the member's card is considered part of the `memberID` used for the search. - Mismatches in the `memberId` are one of the most common causes of `Member Not Found` errors. We strongly recommend first performing an [Eligibility Check](https://www.stedi.com/docs/healthcare/api-reference/post-healthcare-eligibility) and using the `memberId` in the response to populate your COB check. - We recommend including the `ssn` property in addition to the `memberId` if possible. This allows Stedi to do an additional search for the patient when the `memberId` doesn't return a match. - Stedi can identify coverage overlap for the same payer if the member ID differs between the two coverages.
    - `dateOfBirth` string, required — The subscriber's date of birth.
    - `firstName` string, required — The patient's first name.
    - `lastName` string, required — The patient's last name.
    - `memberId` string — The member ID for the subscriber's insurance policy. You must provide at least one of the `memberId` or `ssn` properties in the request. However, we recommend including both if possible. This allows Stedi to do an additional search for patient information when the `memberId` doesn't return a match.
    - `ssn` string — The subscriber's Social Security Number (SSN). You must provide at least one of the `memberId` or `ssn` properties in the request. However, we recommend including both if possible. This allows Stedi to do an additional search for patient information when the `memberId` doesn't return a match.
  - `tradingPartnerServiceId` string, required — The payer ID. Visit the [Payer Network](https://www.stedi.com/healthcare/network) for a complete list of supported payers for COB checks. - Each check **must** be for a participating health plan for which the patient has coverage. For example, if the patient has coverage from Cigna and UnitedHealthcare, a COB check to Aetna will return an error. - Medicare and Medicare Advantage plans aren't supported. If you submit a COB check for a Medicare or Medicare Advantage plan, the request will fail with an `AAA` = `75` error (Subscriber/Insured Not Found). - 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). - You must include leading `0` characters - payer IDs are alphanumeric strings and must be treated as complete strings, not integers. For example, use `00540` for SISCO, not `540`.

## Response `200`

CoordinationOfBenefits 200 response

- CoordinationOfBenefitsResponseContent
  - `benefitsInformation` COBBenefitsInformation[] — Information about the patient's healthcare benefits, including: - Active coverage with the health plan identified in the COB request - Coverage overlap (if it exists) with one or more payers - Payer primacy details (if Stedi was able to determine) - Benefits details, such as coverage dates and service types
    - `benefitsDateInformation` COBBenefitsDateInformation — Dates associated with the benefits. Dates listed only apply to the `benefitsInformation` object in which this benefitsDateInformation is provided.
      - `benefitBegin` string — The date the benefits begin.
      - `benefitEnd` string — The date the benefits end.
      - `coordinationOfBenefits` string — Date or date range used for coordination of benefits instance.
      - `periodEnd` string — The end of the coverage overlap. Included when Stedi finds an instance of coverage overlap.
      - `periodStart` string — The start of the coverage overlap Included when Stedi finds an instance of coverage overlap.
      - `planBegin` string — Coverage start date. If multiple coverage start dates exist due to different start dates on various coverage/service types, this date applies to the medical coverage.
    - `benefitsRelatedEntities` COBBenefitsRelatedEntity[] — Contains either information about another payer with which the patient has coverage or information about the subscriber associated with the additional health plan. For example, if you submit a COB check for a dependent to Cigna and Stedi finds additional coverage through Aetna, the `benefitsInformation[].benefitsRelatedEntities` instance would include subscriber details for the Aetna plan.
      - `entityFirstname` string — The entity's first name, when the entity is a subscriber.
      - `entityIdentification` 'MI' | 'PI' — Code identifying the type of `entityIdentificationValue`.
      - `entityIdentificationValue` string — The identification number for the entity, qualified by the code in `entityIdentification`. The ID returned in this property is proprietary to our COB check product, so you can't use it as the Payer ID for eligibility checks or other API requests to Stedi. It likely doesn't match the Payer IDs listed in the [Payer Network](https://www.stedi.com/healthcare/network).
      - `entityIdentifier` 'Insured or Subscriber' | 'Payer' | 'Primary Payer' | 'Secondary Payer' | 'Tertiary Payer' — Identifies the type of `benefitsInformation[].benefitsRelatedEntities`.
      - `entityLastname` string — The entity's last name, when the entity is a subscriber.
      - `entityMiddlename` string — The entity's middle name or initial, when the entity is a subscriber.
      - `entityName` string — The payer's business name, when the entity is a payer.
    - `code` '1' | '6' | 'R' | 'V' — The code indicating the type of benefits information. Can be `1` - Active Coverage, `6` - Inactive, `R` - Other or Additional Payor, or `V` - Cannot Process.
    - `name` 'Active Coverage' | 'Inactive' | 'Other or Additional Payor' | 'Cannot Process' — The full name of the benefits information code.
    - `serviceTypeCodes` COBResponseServiceTypeCode[] — Code identifying the type of services.
    - `serviceTypes` COBResponseServiceTypeCodeName[] — The full names of the service type codes.
    - `subscriber` COBResponseBenefitsInformationSubscriber
      - `dateOfBirth` string — The subscriber's date of birth.
  - `coordinationOfBenefits` COB
    - `benefitOverlap` boolean — If set to `true`, the COB response contains benefits overlap. A benefits overlap indicates that the patient has active coverage from two or more payers for the same service type code, including the subtypes of medical coverage.
    - `classification` string — The classification for the benefits that have been discovered in the COB response. Stedi returns one of the following values: - `CobInstanceExistsPrimacyDetermined`: COB Instance Exists and Primacy was determined - `CobInstanceExistsPrimacyUndetermined`: COB Instance Exists and Primacy was NOT determined - `CoverageOverlapNoBenefitOverlap`: Coverage Overlap detected with no Benefit Overlap - `CoverageOverlapExistsNotSubjectToCob`: Coverage Overlap exists and is not subject to COB - `MemberFoundNoCob`: Member found, no COB found
    - `coverageOverlap` boolean — If set to `true`, the COB response contains a coverage overlap, meaning that the patient has active coverage with two or more payers during the service date submitted in the COB request. - Coverage overlap can be for coverages from the same payer if the member ID is different between the two coverages. - A coverage overlap is necessary for a COB instance to exist. - A coverage overlap can exist without there being a COB instance if either of the two coverages is not subject to COB for any reason.
    - `instanceExists` boolean — If set to `true`, the COB response contains at least one coordination of benefits instance.
    - `primacyDetermined` boolean — If set to `true`, Stedi was able to determine the primary payer for the patient. If Stedi was unable to determine the primary payer, you must contact the payers directly to determine primacy.
  - `dependent` COBResponseDependent — Information about the dependent listed in the original COB request.
    - `aaaErrors` EligibilityCheckError[] — When a COB request fails, the response contains one or more `AAA` errors that specify the reasons for the rejection and any recommended follow-up actions.
      - `code` '04' | '15' | '33' | '35' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '97' | '98' | 'AA' | 'AE' | 'AF' | 'AG' | 'AO' | 'CI' | 'E8' | 'IA' | 'MA' | 'T4' — This is a superset of all the possible codes in the sub-loops, as all errors are bubbled up to the top level of the response Payers may sometimes return other non-compliant values.
      - `description` string — The error description.
      - `field` string — The error type, `AAA`.
      - `followupAction` 'Please Correct and Resubmit' | 'Resubmission Not Allowed' | 'Please Resubmit Original Transaction' | 'Resubmission Allowed' | 'Do Not Resubmit; Inquiry Initiated to a Third Party' | 'Please Wait 30 Days and Resubmit' | 'Please Wait 10 Days and Resubmit' | 'Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly' — Payers may sometimes return other non-compliant values.
      - `location` string — The location of the error within the original X12 EDI response.
      - `possibleResolutions` string — Information to help you correct the error. We periodically update this guidance, so these strings may change at any time and may differ between eligibility responses. **Don't build programmatic logic that depends on matching these strings exactly.**
    - `address` Address
      - `address1` string — The first line of the address.
      - `address2` string — The second line of the address.
      - `city` string — The city.
      - `countryCode` string — The two-letter country code from [Part 1 of ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
      - `countrySubDivisionCode` string — The country subdivision code from [Part 2 of ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-2).
      - `postalCode` string — The United States or Canadian postal code, excluding punctuation and blanks.
      - `state` 'NL' | 'PE' | 'NS' | 'NB' | 'QC' | 'ON' | 'MB' | 'SK' | 'AB' | 'BC' | 'YT' | 'NT' | 'NU' | 'DC' | 'AS' | 'GU' | 'MP' | 'PR' | 'UM' | 'VI' | 'AA' | 'AE' | 'AP' | 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY' — The US state or Canadian province code with unknown option. For example, `TN` for Tennessee or `NB` for New Brunswick. Payers may sometimes return other non-compliant values.
    - `birthSequenceNumber` string — The number assigned to each family member born with the same birth date, such as twins or triplets. Indicates the birth order when there are multiple births associated with the provided birth date.
    - `dateOfBirth` string — The dependent's date of birth.
    - `firstName` string — The dependent's first name.
    - `gender` 'M' | 'F' | 'U'
    - `groupNumber` string — The group number associated with the subscriber's insurance policy.
    - `lastName` string — The dependent's last name.
    - `memberId` string — The member ID for the subscriber's insurance policy.
    - `middleName` string — The dependent's middle name or initial.
    - `relationToSubscriber` 'Spouse' | 'Child' | 'Employee' | 'Unknown' | 'Organ Donor' | 'Cadaver Donor' | 'Life Partner' | 'Other Relationship' — The name of the `relationToSubscriberCode`.
    - `relationToSubscriberCode` '01' | '19' | '20' | '21' | '39' | '40' | '53' | 'G8' — The code indicating the dependent's relationship to the subscriber.
    - `ssn` string — The dependent's Social Security Number (SSN).
  - `errors` EligibilityCheckError[] — If the COB request fails, the COB response contains one or more `AAA` errors that specify the reasons for the rejection and any recommended follow-up actions.
    - `code` '04' | '15' | '33' | '35' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '97' | '98' | 'AA' | 'AE' | 'AF' | 'AG' | 'AO' | 'CI' | 'E8' | 'IA' | 'MA' | 'T4' — This is a superset of all the possible codes in the sub-loops, as all errors are bubbled up to the top level of the response Payers may sometimes return other non-compliant values.
    - `description` string — The error description.
    - `field` string — The error type, `AAA`.
    - `followupAction` 'Please Correct and Resubmit' | 'Resubmission Not Allowed' | 'Please Resubmit Original Transaction' | 'Resubmission Allowed' | 'Do Not Resubmit; Inquiry Initiated to a Third Party' | 'Please Wait 30 Days and Resubmit' | 'Please Wait 10 Days and Resubmit' | 'Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly' — Payers may sometimes return other non-compliant values.
    - `location` string — The location of the error within the original X12 EDI response.
    - `possibleResolutions` string — Information to help you correct the error. We periodically update this guidance, so these strings may change at any time and may differ between eligibility responses. **Don't build programmatic logic that depends on matching these strings exactly.**
  - `meta` COBMetaData
    - `applicationMode` string — The type of data in the request. Stedi uses `production` to identify transactions processed in our live clearinghouse environment.
    - `outboundTraceId` string — The value provided in the `submitterTransactionIdentifier` property in the original COB request.
    - `traceId` string — A unique ID Stedi assigns to the COB request.
  - `payer` COBPayer
    - `name` string — The payer's name, such as `CIGNA`.
    - `payerIdentification` string — The `tradingPartnerServiceId` (Payer ID) you used to identify the payer in the COB request.
  - `planDateInformation` COBPlanDateInformation — Dates associated with the patient's health plan coverage. This information is used to determine their eligibility for benefits. - The provided dates apply to every benefit within the patient's health plan unless specifically noted within a `benefitsInformation[].benefitsDateInformation` object. - If the payer sends back date(s) that are different for the subscriber and dependents, Stedi includes only the dates for the dependent in this object and omits the subscriber's date(s). Dependents can have different coverage dates than the subscriber due to qualifying life events, such as starting a new job or passing the age limit for coverage through their parent's plan.
    - `planBegin` string — When the patient's health plan coverage begins.
    - `planEnd` string — When the patient's health plan coverage ends.
  - `provider` COBResponseProvider — Information about the entity that submitted the original eligibility check request. This may be an individual practitioner, a medical group, a hospital, or another type of healthcare provider.
    - `aaaErrors` EligibilityCheckError[] — When a COB request fails, the response contains one or more `AAA` errors that specify the reasons for the rejection and any recommended follow-up actions.
      - `code` '04' | '15' | '33' | '35' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '97' | '98' | 'AA' | 'AE' | 'AF' | 'AG' | 'AO' | 'CI' | 'E8' | 'IA' | 'MA' | 'T4' — This is a superset of all the possible codes in the sub-loops, as all errors are bubbled up to the top level of the response Payers may sometimes return other non-compliant values.
      - `description` string — The error description.
      - `field` string — The error type, `AAA`.
      - `followupAction` 'Please Correct and Resubmit' | 'Resubmission Not Allowed' | 'Please Resubmit Original Transaction' | 'Resubmission Allowed' | 'Do Not Resubmit; Inquiry Initiated to a Third Party' | 'Please Wait 30 Days and Resubmit' | 'Please Wait 10 Days and Resubmit' | 'Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly' — Payers may sometimes return other non-compliant values.
      - `location` string — The location of the error within the original X12 EDI response.
      - `possibleResolutions` string — Information to help you correct the error. We periodically update this guidance, so these strings may change at any time and may differ between eligibility responses. **Don't build programmatic logic that depends on matching these strings exactly.**
    - `npi` string — The provider's [National Provider Identifier (NPI)](https://www.stedi.com/docs/healthcare/national-provider-identifier).
    - `providerFirstName` string — The provider's first name. This applies to providers that are an individual.
    - `providerName` string — The provider's last name. This applies to providers that are an individual.
    - `providerOrgName` string — The provider's organization name.
  - `subscriber` COBResponseSubscriber — Information about the primary policyholder for the insurance plan listed in the COB request.
    - `aaaErrors` EligibilityCheckError[] — When a payer rejects your request, the response contains one or more `AAA` errors that specify the reasons for the rejection and any recommended follow-up actions.
      - `code` '04' | '15' | '33' | '35' | '41' | '42' | '43' | '44' | '45' | '46' | '47' | '48' | '49' | '50' | '51' | '52' | '53' | '54' | '55' | '56' | '57' | '58' | '60' | '61' | '62' | '63' | '64' | '65' | '66' | '67' | '68' | '69' | '70' | '71' | '72' | '73' | '74' | '75' | '76' | '77' | '78' | '79' | '80' | '97' | '98' | 'AA' | 'AE' | 'AF' | 'AG' | 'AO' | 'CI' | 'E8' | 'IA' | 'MA' | 'T4' — This is a superset of all the possible codes in the sub-loops, as all errors are bubbled up to the top level of the response Payers may sometimes return other non-compliant values.
      - `description` string — The error description.
      - `field` string — The error type, `AAA`.
      - `followupAction` 'Please Correct and Resubmit' | 'Resubmission Not Allowed' | 'Please Resubmit Original Transaction' | 'Resubmission Allowed' | 'Do Not Resubmit; Inquiry Initiated to a Third Party' | 'Please Wait 30 Days and Resubmit' | 'Please Wait 10 Days and Resubmit' | 'Do Not Resubmit; We Will Hold Your Request and Respond Again Shortly' — Payers may sometimes return other non-compliant values.
      - `location` string — The location of the error within the original X12 EDI response.
      - `possibleResolutions` string — Information to help you correct the error. We periodically update this guidance, so these strings may change at any time and may differ between eligibility responses. **Don't build programmatic logic that depends on matching these strings exactly.**
    - `address` Address
      - `address1` string — The first line of the address.
      - `address2` string — The second line of the address.
      - `city` string — The city.
      - `countryCode` string — The two-letter country code from [Part 1 of ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
      - `countrySubDivisionCode` string — The country subdivision code from [Part 2 of ISO 3166](https://en.wikipedia.org/wiki/ISO_3166-2).
      - `postalCode` string — The United States or Canadian postal code, excluding punctuation and blanks.
      - `state` 'NL' | 'PE' | 'NS' | 'NB' | 'QC' | 'ON' | 'MB' | 'SK' | 'AB' | 'BC' | 'YT' | 'NT' | 'NU' | 'DC' | 'AS' | 'GU' | 'MP' | 'PR' | 'UM' | 'VI' | 'AA' | 'AE' | 'AP' | 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY' — The US state or Canadian province code with unknown option. For example, `TN` for Tennessee or `NB` for New Brunswick. Payers may sometimes return other non-compliant values.
    - `birthSequenceNumber` string — The number assigned to each family member born with the same birth date, such as twins or triplets. Indicates the birth order when there are multiple births associated with the provided birth date.
    - `dateOfBirth` string — The subscriber's date of birth.
    - `firstName` string — The subscriber's first name.
    - `gender` 'M' | 'F' | 'U'
    - `groupNumber` string — The group number associated with the subscriber's insurance policy.
    - `lastName` string — The subscriber's last name.
    - `memberId` string — The member ID for the subscriber's insurance policy.
    - `middleName` string — The subscriber's middle name or initial.
    - `ssn` string — The subscriber's Social Security Number (SSN).

## Other responses

- `400` — CoordinationOfBenefits400Error 400 response
- `403` — AccessDeniedException 403 response
- `404` — ResourceNotFoundException 404 response
- `429` — ThrottlingException 429 response
- `500` — InternalFailureException 500 response
- `503` — ServiceUnavailableException 503 response
- `504` — GatewayTimeoutException 504 response

---

[API](https://skmtc.net/stedi/apis/stedi-healthcare.md) · [All operations](https://skmtc.net/stedi/apis/stedi-healthcare/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stedi/stedi-healthcare/revisions/c156a60615bb/schema)
