Poll Batch Eligibility Checks
This endpoint retrieves the results of asynchronous eligibility checks you submitted through the asynchronous Batch Eligibility Checks endpoint. It doesn’t return results for real-time eligibility checks.
Checks that are in Stedi’s queue to retry aren’t included in the response. Stedi retries checks that fail due to payer processing issues for up to 8 hours.
Benefit response
Visit Payer benefit response for definitions of key benefit types and information about how to interpret responses.
Network status: The response provides information about the patient’s general in and out-of-network coverage. It does not confirm whether a particular provider is in or out-of-network. To determine network status, you must check directly with the payer. Note that payers may have different networks for different health plans, such as employer-sponsored plans versus Medicare.
Authorizations
A Stedi API Key for authentication.
Query Parameters
The maximum number of elements to return in a page. You can set this to a maximum of 10 elements. If not specified, the default is 10.
1 < x < 100
A token returned by a previous call to this operation in the nextPageToken
property. If not specified, Stedi returns the first page of results.
1 - 1024
An identifier for a batch of eligibility checks submitted through the Batch Eligibility Check endpoint. Use this to retrieve results for eligibility checks in the batch.
An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z
. Stedi returns asychronous eligibility checks processed after this time.
Response
Each eligibility check response is included as a separate item in this array. The response shape is identical to the shape of the response for the Real-Time Eligibility Check endpoint, with the addition of two new properties that help you correlate the results with individual eligibility checks.
- batchId
contains the batchId
Stedi returned from the Batch Eligibility Check endpoint when making the request.
- submitterTransactionIdentifier
contains the unique identifier for the eligibility check that you submitted in the request.
The token used for pagination
1 - 1024
Was this page helpful?