GET
/
payers
curl --request GET \
  --url https://healthcare.us.stedi.com/2024-04-01/payers \
  --header 'Authorization: <api-key>'
{
  "items": [
    {
      "stediId": "UPICO",
      "displayName": "Blue Cross Blue Shield of North Carolina",
      "primaryPayerId": "BCSNC",
      "aliases": [
        "1411",
        "560894904",
        "61473",
        "7472",
        "7814",
        "BCSNC",
        "NCBCBS",
        "NCPNHP",
        "SB810",
        "SB810MA"
      ],
      "names": [
        "Blue Cross Blue Shield North Carolina",
        "Partners National Health Plans of North Carolina Inc"
      ],
      "transactionSupport": {
        "eligibilityCheck": "SUPPORTED",
        "claimStatus": "SUPPORTED",
        "claimSubmission": "SUPPORTED",
        "claimPayment": "ENROLLMENT_REQUIRED",
        "dentalClaimSubmission": "SUPPORTED",
        "professionalClaimSubmission": "SUPPORTED",
        "institutionalClaimSubmission": "SUPPORTED",
        "coordinationOfBenefits": "SUPPORTED",
        "unsolicitedClaimAttachment": "NOT_SUPPORTED"
      },
      "employerIdentificationNumbers": [
        "56-0894904"
      ],
      "parentPayerGroupId": "OVWIG"
    }
  ]
}

This endpoint retrieves a list of all of Stedi’s supported payers in JSON format. You can use it to retrieve Payer IDs, determine which transactions each payer supports, and check whether transaction enrollment is required for the transaction types you plan to send and receive.

You can also find a searchable list of payers in the Payer Network.

Authorizations

Authorization
string
header
required

A Stedi API Key for authentication.

Response

200
application/json

ListPayerRecords 200 response

The response is of type object.