---
title: "GET /payers/search"
method: GET
path: "/payers/search"
---

# GET /payers/search

`GET /payers/search`

Search for payers by name, ID, or alias.

## Query parameters

- `pageSize` integer — The maximum number of elements to return in a page. If not specified, the default is 20.
- `pageToken` string — An opaque token returned by a previous call to this endpoint in the `nextPageToken` property. You can use it to request the next page of results. If not specified, Stedi returns the first page of results.
- `query` string — The query Stedi will use to search the Payer Network database. You can supply a payer's name, ID, or alias. The query is case-insensitive, and fuzzy matching is supported. For example, `cig`, `62308`, and `SX071` all return Cigna in the results. If not provided, the other search options are used to conduct the search.
- `eligibilityCheck` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `claimStatus` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `professionalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `dentalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `institutionalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `claimPayment` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `coordinationOfBenefits` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `unsolicitedClaimAttachment` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `electronicFundsTransfer` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `claimPaymentAdviceWithElectronicFundsTransfer` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED' | 'EITHER' — Transaction support filter values. When multiple transaction filters are specified, they are combined with AND logic (payers must satisfy **all** criteria).
- `coverageTypes` CoverageType[] — Filter for matching payers that support transactions for **all** of the specified coverage types. For example, setting this array to `["medical", "dental"]` returns only payers who provide both medical and dental coverage. The results also exclude payers without coverage type classifications in Stedi's database.
- `operatingStates` OperatingStateCode[] — Filter for matching payers that operate in **all** of the specified states, territories, or NATIONAL. For example, setting this array to `["CA", "OR"]` returns only payers that operate in both California and Oregon. Setting it to `["NATIONAL"]` returns payers that operate in all 50 U.S. states. To find payers that also operate in territories, you must include those territory codes explicitly, for example `["NATIONAL", "PR"]`. The results also exclude payers without operating state classifications in Stedi's database.
- `programs` Program[] — Filter for matching payers that participate in **any** of the specified insurance programs. For example, setting this array to `["MEDICARE", "TRICARE"]` returns payers that participate in either Medicare or TRICARE. The results also exclude payers without program classifications in Stedi's database.

## Response `200`

SearchPayers 200 response

- SearchPayersResponseContent — Authenticated output — see `SearchPayers`.
  - `items` SearchResult[], required — Matching payers sorted by relevance, with the most relevant matches listed first.
    - `matches` Matches — Shows which properties in the payer record match the search query. This information helps you understand why Stedi returned this payer and which parts of the payer record matched the search terms. It's also especially useful for debugging search queries and building user interfaces that display matching text. - Matching text is wrapped in `<b>` HTML tags for highlighting. - This object only contains properties with matching text. For example, if none of the payer's aliases matched the search query, this object will not include the `aliases` property.
      - `aliases` string[] — The parts of the payer's aliases that match the search query. Each alias that contains matching text is included as a separate entry, with matching portions wrapped in `<b>` tags. For example, searching for `XYZ` might return: [`<b>XYZ</b>123`, `ABC<b>XYZ</b>`].
      - `displayName` string — The part of the payer's display name that matched the search query. For example, searching for `Blue` might return: `Blue Cross <b>Blue</b> Shield`.
      - `names` string[] — The parts of the payer's other names that match the search query. Each name that contains matching text is included as a separate entry, with matching portions wrapped in `<b>` tags. For example, searching for `Health` might return: [`Community <b>Health</b> Plan`, `<b>Health</b> Partners`].
      - `primaryPayerId` string — The part of the primary payer ID that matched the search query. For example, if you search for '12345', the results for a payer with primary payer ID `12345ABC` would return: `<b>12345</b>ABC`.
      - `stediId` string — The part of the payer's Stedi payer ID that matched the search query. Stedi payer IDs only support exact substring matching (no prefix or fuzzy matching). For example, if you search for `KRP`, the results for a payer with Stedi payer ID 'KRPCH' would be: `<b>KRP</b>CH`.
    - `payer` SearchPayerRecord, required
      - `aliases` string[], required — Alternative IDs associated with a payer. If a payer changes their `primaryPayerId`, aliases allow you to continue sending transactions to the payer using the old ID uninterrupted.
      - `avatarUrl` string — A URL pointing to an image file (`.png`, `.jpeg`, or `.jpg`) with the payer's logo. This is the same logo Stedi displays in the [Payer Network](https://www.stedi.com/healthcare/network). You can use this property to display payer logos in your system or application. This property is only returned when a payer logo is available.
      - `conciseName` string — A shorter version of the payer's display name for use in dense UI views. This property is only returned when a concise name is available for the payer.
      - `coverageTypes` CoverageType[] — A list of insurance coverage types that indicates whether this payer supports transactions for medical coverage, dental coverage, vision coverage, or a combination of these. For example: `["medical"]` or `["medical", "dental", "vision"]`. When this array isn't in the response, it means Stedi hasn't classified the payer's coverage types yet, **not** that the payer doesn't support any coverage types.
      - `displayName` string, required — The payer's business name, such as Cigna or Aetna. This is the name most commonly used to identify the payer.
      - `employerIdentificationNumbers` string[] — Employer Identification Numbers (EINs) associated with this payer.
      - `enrollment` EnrollmentInfo — Information about enrollment requirements for the payer
        - `ptanRequired` boolean — Whether a PTAN (Provider Transaction Access Number) is required for transaction enrollment. The Provider Transaction Access Number (PTAN) is a Medicare-issued number given to providers upon enrollment with Medicare. This number is usually six digits and is assigned based on the type of service and the location of the provider. Upon enrollment, Medicare Administrating Contracting (MAC) providers should receive their assigned PTAN number in their approval letter.
        - `transactionEnrollmentProcesses` TransactionEnrollmentProcesses — Information about the transaction enrollment requirements and expected timeframes for each transaction type.
          - `claimPayment` ClaimPaymentEnrollmentProcess — Details about the enrollment process for Electronic Remittance Advice (ERAs).
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `supportedAggregationPreferences` SupportedAggregationType[] — Aggregation types this payer supports for 835 Electronic Remittance Advice (ERA) transactions. Payers can aggregate by the provider's NPI, tax ID (TIN), or both. - You can use this information to specify an `aggregationPreference` when submitting ERA enrollment requests. - This property is only returned when Stedi can determine the payer's supported aggregation types.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `claimPaymentAdviceWithElectronicFundsTransfer` ClaimPaymentAdviceWithElectronicFundsTransferEnrollmentProcess — Details about the enrollment process for Electronic Remittance Advice (ERA) with Electronic Funds Transfer (EFT).
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `claimStatusInquiry` ClaimStatusInquiryEnrollmentProcess — Details about the enrollment process for real-time claim status requests.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `coordinationOfBenefits` CoordinationOfBenefitsEnrollmentProcess — Details about the enrollment process for coordination of benefits (COB) checks.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `dentalClaim` DentalClaimEnrollmentProcess — Details about the enrollment process for dental claim submission.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `electronicFundsTransfer` ElectronicFundsTransferEnrollmentProcess — Details about the enrollment process for Electronic Funds Transfer (EFT).
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `eligibilityInquiry` EligibilityInquiryEnrollmentProcess — Details about the enrollment process for eligibility checks.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `institutionalClaim` InstitutionalClaimEnrollmentProcess — Details about the enrollment process for institutional claim submission.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `professionalClaim` ProfessionalClaimEnrollmentProcess — Details about the enrollment process for professional claim submission.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
          - `unsolicitedClaimAttachment` UnsolicitedClaimAttachmentEnrollmentProcess — Details about the enrollment process for unsolicited claim attachments.
            - `requestedEffectiveDate` 'SUPPORTED' | 'NOT_SUPPORTED' — Whether a payer supports specifying a requested effective date for transaction enrollments.
            - `timeframe` 'INSTANT' | 'HOURS' | 'DAYS' | 'WEEKS' | 'OVER_4_WEEKS' — Stedi's expected timeframe for completing the transaction enrollment process. `INSTANT` indicates that the enrollment will be in `LIVE` status within minutes of submitting the request.
            - `type` 'ONE_CLICK' | 'MULTI_STEP' — Whether transaction enrollment is single or multi-step. - `ONE_CLICK` indicates that once you submit the transaction enrollment request, Stedi can complete the rest of the enrollment process without any further action from you. - `MULTI_STEP` indicates that you must complete additional steps to finish the enrollment process. Customer support will reach out with clear instructions explaining how to complete any remaining steps.
      - `names` string[], required — Alternative names associated with a payer. These additional names help you search for and identify payers using the name most familiar to your organization.
      - `operatingStates` OperatingStateCode[] — A list of US state codes, territories, or `NATIONAL` that indicates the geographic regions where this payer operates. For example: `["CA", "OR"]` for a regional payer, or `["NATIONAL"]` for a payer that operates in all 50 U.S. states. Supported territories are listed separately. When this array isn't in the response, it means Stedi hasn't classified the payer's operating states yet.
      - `parentPayerGroupId` string — The identifier for the corporate or brand group to which the payer belongs. The parent payer group is organizational metadata only – it doesn't affect routing, enrollment, or transaction support. Payers sharing a parent payer group may have different enrollment processes or other behaviors. This property is only returned when the payer has a parent payer group.
      - `parentPayerGroupName` string — The name of the corporate or brand group to which the payer belongs. The parent payer group is organizational metadata only – it doesn't affect routing, enrollment, or transaction support. Payers sharing a parent payer group may have different enrollment processes or other behaviors. This property is only returned when the payer has a parent payer group.
      - `primaryPayerId` string, required — The most commonly used ID for a payer. This value often corresponds to the name the payer uses internally and provides to patients on member ID cards.
      - `programs` Program[], required — A list of insurance programs that this payer participates in. For example: `["MEDICAID", "MEDICARE"]`. If Stedi hasn't assigned any programs to this payer, this array is empty.
      - `stediId` string, required — A unique ID that Stedi assigned to this payer and uses internally for routing requests. This ID will not change even if the `primaryPayerId` is updated.
      - `transactionSupport` SearchPayerTransactionSupport, required — Whether the following transaction types are supported: 270 eligibility checks, 276/277 claim status requests, 837 claims (professional, dental, institutional), 835 ERAs (claim payments), 275 unsolicited claim attachments, coordination of benefits checks, Electronic Funds Transfer (EFT), and 835 ERA with Electronic Funds Transfer (EFT). If the value is `ENROLLMENT_REQUIRED`, Stedi supports the transaction type, but you must [enroll with the payer](https://www.stedi.com/docs/healthcare/supported-payers#enrollment) first.
        - `claimPayment` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `claimPaymentAdviceWithElectronicFundsTransfer` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `claimStatus` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `coordinationOfBenefits` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `dentalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `electronicFundsTransfer` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `eligibilityCheck` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `institutionalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `professionalClaimSubmission` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
        - `unsolicitedClaimAttachment` 'SUPPORTED' | 'NOT_SUPPORTED' | 'ENROLLMENT_REQUIRED', required
      - `urls` PayerUrls — URLs associated with a payer.
        - `website` string — The payer's website URL.
    - `score` number, double, required — A relevance score indicating how well this payer matched the search query. Higher scores are better matches. The minimum score is 0.
  - `nextPageToken` string — Token that you can supply in subsequent requests to retrieve the next page of results. If not returned, there are no more results.
  - `stats` SearchResultsStats, required
    - `total` integer, required — Total number of payers matching the search query.
    - `transactionSupport` TransactionSupportStats, required
      - `claimPayment` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `claimPaymentAdviceWithElectronicFundsTransfer` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `claimStatus` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `coordinationOfBenefits` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `dentalClaimSubmission` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `electronicFundsTransfer` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `eligibilityCheck` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `institutionalClaimSubmission` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `professionalClaimSubmission` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
      - `unsolicitedClaimAttachment` TransactionSupportStatsItem, required
        - `enrollmentRequired` integer, required — Number of matching payers that require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment) for this transaction type.
        - `notSupported` integer, required — Number of matching payers that don't support this transaction type.
        - `supported` integer, required — Number of matching payers that support this transaction type.
    - `transactionSupportCounts` TransactionSupportCounts, required
      - `claimPayment` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `claimPaymentAdviceWithElectronicFundsTransfer` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `claimStatus` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `coordinationOfBenefits` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `dentalClaimSubmission` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `electronicFundsTransfer` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `eligibilityCheck` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `institutionalClaimSubmission` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `professionalClaimSubmission` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).
      - `unsolicitedClaimAttachment` TransactionSupportCountsItem, required
        - `notSupported` NotSupportedBreakdown, required
          - `total` integer, required — Total number of matching payers that don't support this transaction type.
        - `supported` SupportedBreakdown, required
          - `enrollmentNotRequired` integer, required — Number of matching payers that support this transaction type and don't require transaction enrollment.
          - `enrollmentRequired` integer, required — Number of matching payers that support this transaction type and require [transaction enrollment](https://www.stedi.com/docs/healthcare/transaction-enrollment).
          - `total` integer, required — Total number of matching payers that support this transaction type (`enrollmentRequired` + `enrollmentNotRequired`).

## Other responses

- `400` — ValidationException 400 response
- `401` — UnauthorizedException 401 response
- `404` — ResourceNotFoundException 404 response
- `500` — InternalFailureException 500 response

---

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