Get payer website URLs in the Stedi Payer Network and Payers API
You can now get a payer’s website URL using the Stedi Payer Network and the Payers API.
Stedi payer records now list the payer’s website URL, when provided.
View payer URLs in the Stedi Payer Network
Each payer now includes a Visit payer website link, when available in the payer’s record, in the Payer pane:
![]()
The Payer page also includes the link:
![]()
Retrieve payer URLs using the Payers API
All Payers API endpoints also now return the urls.website response property, if available, for payer records.
{
"displayName": "Blue Cross Blue Shield of Texas",
"primaryPayerId": "84980",
...
"urls": {
"website": "https://www.bcbstx.com"
}
}
}