Tool 1: Search for Payer
What It Does
Searches Stedi’s payer database to find the correct Payer ID for an insurance company. Use this before running an eligibility check when you have the insurance company name but need the Payer ID.When to Use
- Patient provides insurance company name but you need the Payer ID
- Patient gives insurance name with typos or partial name
- You need to verify a payer supports eligibility checks
- You need to find related payer IDs (e.g., Cigna vs Cigna Medicare)
Input Parameters
Recommended Page Size
_💡 Tip: Always set pageSizeto _ 5 by default to avoid returning too many results. If no good match is found, ask the user for more details and search again.
Example Request
Example Response
Response Fields
Tips for Best Results
- Use partial names:
"cigna"finds all Cigna plans - Works with typos:
"aetna"or"etna"both work - Be specific if needed:
"cigna medicare"vs just"cigna" - If multiple results, ask user to clarify which plan
Common Issues
Tool 2: Eligibility Check
What It Does
Runs a real-time eligibility verification with an insurance payer. Returns coverage status, benefits information, copays, deductibles, and more.When to Use
- Patient wants to book appointment with insurance
- Need to verify active coverage before scheduling
- Need to get copay/deductible information
- Need to check if provider is in-network
Input Parameters
Required Parameters
Optional Parameters
Service Type Codes
Product or Service ID Qualifiers
_⚠️ IMPORTANT: If you includeprocedureCode, you MUST include _productOrServiceIDQualifier
Example Requests
Basic Request
With CPT Code
With Dependent
Response Fields
Key Fields
Benefits Information Fields
Benefit Type Codes
Coverage Level Codes
Time Qualifier Codes
Network Indicator Codes
Error Codes
Connectivity Errors (Retry Automatically)
Patient Not Found (Troubleshoot)
Provider Errors (Escalate to Billing Team)
Data Errors (Fix and Retry)
Common Issues and Fixes
Workflow Summary
Best Practices
Data Collection
- Always use patient’s legal name as shown on insurance card
- Format DOB as YYYYMMDD (no dashes)
- Confirm member ID spelling with patient
- Ask clarifying questions if insurance name is ambiguous
Running Checks
- Use one service type code per request for clearest results
- Always include
productOrServiceIDQualifier: "HC"when using CPT codes - Retry connectivity errors automatically before alerting user
Communicating Results
- Always state this is a preliminary eligibility check
- Explain that billing team will confirm details
- Provide clear next steps for inactive or out-of-network results
Logging
- Save Stedi Check ID and Trace ID for all verifications
- Log complete benefits information for billing team
- Note any errors or missing data for follow-up
