List Payers API is now Generally Available
Use the new List Payers API to programmatically retrieve information about thousands of supported payers in our Payer Network.
The following Blue Cross Blue Shield of North Carolina response example shows that real-time eligibility checks, real-time claim status requests, and professional claims are supported for this payer. The response also indicates that payer enrollment is required for 835 ERAs (claim remittances).
{
"stediId": "UPICO",
"displayName": "Blue Cross Blue Shield of North Carolina",
"primaryPayerId": "BCSNC",
"aliases": [
"1411",
"560894904",
"61473",
"7472",
"7814",
"BCBS-NC",
"BCSNC",
"NCBCBS",
"NCPNHP"
],
"names": [
"Blue Cross Blue Shield North Carolina"
],
"transactionSupport": {
"eligibilityCheck": "SUPPORTED",
"claimStatus": "SUPPORTED",
"claimSubmission": "SUPPORTED",
"claimPayment": "ENROLLMENT_REQUIRED"
}
}