Added
2025-09-24: Additions to existing enrollments endpoint
2 months ago
We have made changes to the Medallion Payer Enrollments API (payer-enrollments) to allow fetching and setting an "Enrollment Method".
GET p/api/v1/payer-enrollments/
POST p/api/v1/payer-enrollments/
PATCH p/api/v1/payer-enrollments/{id}
GET p/api/v1/payer-enrollments/{id}
For the above methods, a new field, enrollment_method is added. There are 3 possible values:
standard- default - Enrollment obtained by submitting an application directly to the payer.delegated- Enrollment obtained via a delegated credentialing agreement with the payer.- This value is not applicable to POST or PATCH. Creating a new delegated enrollment must be done in the UI, via the delegated agreements workflow.
no_cred_required- No formal credentialing or enrollment process required to bill the payer.