PayerEnrollment Forms Getting Started

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

📘

Note

API testing is not supported in the sandbox environment.

Payer Enrollment 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 Payer Enrollment form URL for an Eligibility check.
https://apigw.optum.com/medicalnetwork/payerenrollmentforms/v1/eligibility

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

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

📘

NOTE

PayerList API uses Security and Authorization V2 to access the APIs.


Related Topics