PayerEnrollment Forms Getting Started

The PayerEnrollment Forms API accepts the payerID and NPI, and returns the URL for the generated PayerEnrollment form.

📘

Note

API testing is not supported in the sandbox environment.

PayerEnrollment API Endpoints

The following endpoints are supported.

  • The /payer-enrollment-forms/v1/healthcheck endpoint verifies that the operating status of our APIs is optimal and the APIs are running and accessible.
https://apigw.optum.com/medicalnetwork/payerenrollment-forms/v1/healthcheck

  • The /payerenrollmentforms/v1/eligibility endpoint returns the generated PayerEnrollment form URL for an Eligibility check.
https://apigw.optum.com/medicalnetwork/payerenrollmentforms/v1/eligibility

  • The /payerenrollmentforms/v1/claims endpoint returns the generated PayerEnrollment form URL for a specific Claims transaction.
https://apigw.optum.com/medicalnetwork/payerenrollmentforms/v1/claims

  • The /payerenrollmentforms/v1/remittance endpoint returns the generated PayerEnrollment form URL for electronic remittance notifications to recipients.
https://apigw.optum.com/medicalnetwork/payerenrollmentforms/v1/remittance

📘

NOTE

The PayerEnrollment API uses Security and Authorization V2 to access the APIs.


Related Topics