- Call this endpoint with a JSON payload containing one or more eligibility checks. You can submit up to 1,000 individual eligibility checks within a single batch, and you can submit as many batches as you need to process.
- The endpoint returns a synchronous response containing a
batchId
that you can use to retrieve the results of these checks later, using the Poll Batch Eligibility Checks endpoint. - Stedi translates each eligibility check included in the request to the X12 270 EDI format and sends it to the appropriate payer.
Visit Batch refresh checks for a complete how-to guide.
Start with real-time checks
Batch checks have a longer feedback cycle than real-time checks because you don’t receive the payer’s response immediately. That’s why we strongly recommend starting with real-time checks when integrating with a new payer or working with eligibility checks for the first time. To perform synchronous eligibility checks, use the Real-Time Eligibility Check endpoint.Authorizations
A Stedi API Key for authentication.
Body
application/json
Response
BatchEligibilityChecks 200 response
The response is of type object
.