Update Enrollment
This endpoint allows you to update enrollments that are still in DRAFT
status. If you need to make changes to an enrollment that is already in SUBMITTED
, PROVISIONING
, LIVE
, REJECTED
, or CANCELED
status, contact support.
Calling this endpoint completely overwrites the previous request record. You must provide all the information for the enrollment in the request, not just the properties you want to update.
Authorizations
A Stedi API Key for authentication.
Path Parameters
The Stedi-assigned identifier for the enrollment.
Body
Information about the payer the provider is enrolling with.
The contact information for the provider or the entity completing the enrollment on the provider's behalf. Either organizationName
or firstName
and lastName
are required. Payers may use this information to contact the provider or their representative directly regarding the status of the enrollment.
Information about the provider enrolling with the payer.
The type of transactions included in the enrollment.
The email address of the user submitting the enrollment. This email will be used by Stedi staff to provide updates and communicate about the enrollment's progress. It is distinct from the primary contact's email, which is used by the payer to contact the provider directly.
5
The authority of the enrollment. Only Stedi can read, set, or update this property.
Internal notes about the enrollment. Only Stedi can read, set, or update this property.
Reasons why the enrollment request is still in PROVISIONING
status, may take additional time to process, or was rejected by the payer. Only Stedi can set or update this property.
May contain extra required steps for processing that are specific to the payer. For example, perhaps the provider needs to log into an online portal and enter additional information before the enrollment can continue. Contact Stedi customer support with questions.
The status of the enrollment. You can submit enrollments with either DRAFT
or SUBMITTED
status. However, once an enrollment is set to SUBMITTED
status, only Stedi can set or update this property.
DRAFT
- You are still editing the record and it has not been submitted to Stedi.SUBMITTED
- You have successfully submitted the request and it is in Stedi's queue for review.PROVISIONING
- Stedi has begun the process of completing the enrollment with the payer.LIVE
- The enrollment process is complete, and the specified provider can begin exchanging the listed transaction types with the payer.REJECTED
- The payer rejected the enrollment. Common reasons for rejection include incorrect details in the request and that the provider is not credentialed with the payer. Customer support will contact you with reasons for rejection and next steps.CANCELED
- The enrollment has been terminated per customer or provider request.
DRAFT
, SUBMITTED
, PROVISIONING
, LIVE
, REJECTED
, CANCELED
Response
The Stedi-assigned identifier for the enrollment request.
Information about the payer the provider is enrolling with.
The contact information for the provider or the entity completing the enrollment on the provider's behalf. Either organizationName
or firstName
and lastName
are required. Payers may use this information to contact the provider or their representative directly regarding the status of the enrollment.
Information about the provider enrolling with the payer.
The type of transactions included in the enrollment.
The email address of the user submitting the enrollment. This email will be used by Stedi staff to provide updates and communicate about the enrollment's progress. It is distinct from the primary contact's email, which is used by the payer to contact the provider directly.
5
The authority of the enrollment. Only Stedi can read, set, or update this property.
The date and time when the enrollment was created within Stedi.
Internal notes about the enrollment. Only Stedi can read, set, or update this property.
Reasons why the enrollment request is still in PROVISIONING
status, may take additional time to process, or was rejected by the payer. Only Stedi can set or update this property.
May contain extra required steps for processing that are specific to the payer. For example, perhaps the provider needs to log into an online portal and enter additional information before the enrollment can continue. Contact Stedi customer support with questions.
The status of the enrollment. You can submit enrollments with either DRAFT
or SUBMITTED
status. However, once an enrollment is set to SUBMITTED
status, only Stedi can set or update this property.
DRAFT
- You are still editing the record and it has not been submitted to Stedi.SUBMITTED
- You have successfully submitted the request and it is in Stedi's queue for review.PROVISIONING
- Stedi has begun the process of completing the enrollment with the payer.LIVE
- The enrollment process is complete, and the specified provider can begin exchanging the listed transaction types with the payer.REJECTED
- The payer rejected the enrollment. Common reasons for rejection include incorrect details in the request and that the provider is not credentialed with the payer. Customer support will contact you with reasons for rejection and next steps.CANCELED
- The enrollment has been terminated per customer or provider request.
DRAFT
, SUBMITTED
, PROVISIONING
, LIVE
, REJECTED
, CANCELED
The date and time when the enrollment was submitted. If the enrollment is in draft status, submittedAt
is not present. When the enrollment transitions from draft to submitted, submittedAt
will be updated to the submission time. If the enrollment was created and submitted immediately, submittedAt
will be equal or close to createdAt
.
The date and time when the enrollment was updated.
Was this page helpful?