Do you have a sandbox that I can test before signing a contract?
We do! You can use our Sandbox environment even before signing a contract. It requires a separate set of secure credentials which you can obtain from your Change Healthcare representative. After receiving your client_id
and client_secret
for our Sandbox environment, you can test the API in our interactive documentation, use an application such as Postman, or test APIs using your own development console.
We have a list of test service ID values to use in Sandbox for testing a variety of different responses. See the section Sandbox predefined fields and values link below.
The Sandbox endpoint URL for authorization tokens is as follows:
https://sandbox.apigw.changehealthcare.com/apip/auth/v2/token
Authorization tokens have a lifespan of 3600 seconds (1 hour) in the Sandbox environment.
For testing, the Sandbox Claim Status API endpoint is as follows:
https://sandbox.apigw.changehealthcare.com/medicalnetwork/claimstatus/v2
Our Sandbox Claims Status Raw-X12 endpoint is as follows:
https://apigw.changehealthcare.com/medicalnetwork/claimstatus/v2/raw-x12
The Healthcheck Sandbox URL for this API set is as follows:
https://sandbox.apigw.changehealthcare.com//medicalnetwork/claimstatus/v2/healthcheck
Updated 4 months ago