Announcing 100% coverage for transaction enrollment timeframes
You can now see how long transaction enrollment takes – minutes, hours, days, or weeks – for all Stedi payers and transaction types that require enrollment.
For payers and transaction types that don’t require enrollment, no timeframe is shown.
You can view enrollment timeframes using the Payers API or the Stedi Payer Network. For example, in the Stedi Payer Network:
![]()
{
"payer": {
"displayName": "Blue Cross Blue Shield of Michigan",
"primaryPayerId": "00710",
"enrollment": {
"ptanRequired": false,
"transactionEnrollmentProcesses": {
"claimPayment": { // This payer requires enrollment for ERAs.
"timeframe": "INSTANT", // ERA enrollment typically takes minutes.
"type": "ONE_CLICK"
}
}
},
...
}
}
Enrollment timeframes are based on Stedi's operational data – using real enrollments completed through our platform – and payer-specific rules.
Previously, enrollment timeframes were available but not populated for every payer.
You can use enrollment timeframes to plan go-live dates and set realistic expectations with providers.
To learn more, see our Introducing timeframes for transaction enrollments blog post.