Introducing the Retrieve Payer API endpoint
Jul 18, 2025
Healthcare
You can now use the Retrieve Payer API endpoint to get a single payer record by its Stedi payer ID:
Every payer in the Stedi Payer Network has a Stedi Payer ID: an immutable payer ID you can use to route transactions to the payer in Stedi.
If you already have a payer’s Stedi Payer ID, this new endpoint is the fastest way to fetch their payer metadata. No filtering, no pagination. Just the one record.
The endpoint returns the same payer information as our existing JSON-based Payer API endpoints: payer ID, name, payer ID aliases, transaction support, enrollment requirements, and more. Just for a single payer.
Why we built this
Payer IDs are used to route healthcare transactions to the right payer. If the ID is wrong, the transaction fails.
We recently introduced Payer List and Payer Search API endpoints to let you retrieve payer IDs and other metadata programmatically. This ensures you can always get an accurate, up-to-date payer ID.
Since then, several customers have asked, “Is there a way to get a single payer without a search?”
Until now, you had to either:
Use the Payer Search API endpoint, which always returns an array – even for exact matches.
ORFetch and paginate the full list of payers (thousands of records), then filter it client-side.
If you already had a Stedi Payer ID from a previous search or a saved mapping, there was no way to get just that payer’s metadata without a search or filter.
Now you can.
How it works
Make a GET
request to the /payer/{stediId}
endpoint. Pass the Stedi Payer ID as the {stediId}
in the path:
You’ll get back a single JSON object that contains:
The payer’s name, primary payer ID, and known payer ID aliases
Whether the payer supports medical or dental coverage (or both)
Supported transaction types
Whether transaction enrollment is required for a transaction type
Try it out
The Retrieve Payer API endpoint is free on all paid Stedi plans.
To see how it works, check out the docs or reach out for a free trial.
Share
Automate healthcare transactions with developer-friendly APIs that support thousands of payers. Contact us to learn more and speak to the team.