v21

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-08-07444109.7 KB

Search for payers by name, ID, or alias.

get/payers/search

Query parameters

pageSizeinteger

The maximum number of elements to return in a page. If not specified, the default is 20.

The maximum number of elements to return in a page. If not specified, the default is 20.

pageTokenstring

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.

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.

querystring

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.

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).

Filter for matching payers with the specified 270 eligibility checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 276/277 real-time claim status checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 837 professional claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 837 dental claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 837 institutional claims support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 835 Electronic Remittance Advice (ERA) support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified coordination of benefits (COB) checks support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified unsolicited 275 claim attachments support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified Electronic Funds Transfer (EFT) support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

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).

Filter for matching payers with the specified 835 Electronic Remittance Advice (ERA) with Electronic Funds Transfer (EFT) support. When combined with other transaction filters, payers must satisfy all specified criteria to be included in results.

coverageTypesCoverageType[]

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.

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.

operatingStatesOperatingStateCode[]

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.

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.

programsProgram[]

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.

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

SearchPayers 200 response

nextPageTokenstring

Token that you can supply in subsequent requests to retrieve the next page of results. If not returned, there are no more results.