Sandbox Test Responses
Obtaining Sandbox Credentials 🆕
XXX
Receiver/Payer ID Test Responses
To assist testing your integration with the Prior Authorization Inquiry API, we have provided a number of test responses. To receive these mock responses, simply send your request body with a specific receiver/payer ID.
For X12 requests, set a specific value in the ISA:08 element.
For JSON requests, set a specific value in the payerId
and umClearingHouseId
field (same value in both fields).
Important
The sandbox returns a canned response based on the receiver/payer ID. As such, these responses will not match the information in the request (i.e. different patients, services, etc. will be present in the response).
Below are the available test responses and their corresponding receiver/payer ID. If a payerId
/clearinghouseId
is sent that does not match one of the values below, an "Unable to Respond at Current Time/Payer Unavailable" response will be returned.
Receiver/Payer ID | Response |
---|---|
000000000000001 | Certified in total where subscriber is the patient |
000000000000002 | Certified in total where dependent is the patient |
000000000000003 | Authorization Number Not Found |
000000000000004 | Unable to Respond at Current Time/Payer Unavailable |
Member ID Test Responses
The responses for INQDEMO payer ID are based on the Member ID sent in the request. The Member ID needs to be one of the following values: TST1, TST2, TST3, TST4, TST5, TST6, TST7, TST8, TST9, TST10, or TST11.
Here the results that are returned for each of the above Member ID values:
Member ID = "TST1"
AuthNumber = "A062583941"
Status = "APPROVED"
PlaceofService = "inpatient"
Procedure Code = "58570"
Member ID = "TST2"
AuthNumber = "A062951774"
Status = "APPROVED"
PlaceofService = "inpatient"
Member ID = "TST3"
AuthNumber = "A060795810"
Status = "DENIED"
PlaceofService = "inpatient"
Procedure Code = "00170"
Member ID = "TST4"
AuthNumber = "A064331704"
Status = "PENDING"
PlaceofService = "inpatient"
Procedure Code = "52332"
Procedure Code = "52352"
Procedure Code = "52310"
Member ID = "TST5"
AuthNumber = "A062643861"
Status = "CANCELLED"
PlaceofService = "inpatient"
MSG = "WITHDRAWN"
Procedure Code = "20936", MSG = "WITHDRAWN"
Procedure Code = "22558", MSG = "WITHDRAWN"
Procedure Code = "22853", MSG = "WITHDRAWN"
Procedure Code = "22614", MSG = "WITHDRAWN"
Procedure Code = "22612", MSG = "WITHDRAWN"
Procedure Code = "63047", MSG = "WITHDRAWN"
Procedure Code = "22842", MSG = "WITHDRAWN"
Member ID = "TST6"
AuthNumber = "A063682496"
Status = "PARTIAL"
PlaceofService = "inpatient"
Procedure Code = "42145" Status = "DENIED"
Procedure Code = "42826" Status = "APPROVED"
Member ID = "TST7"
Status = "CONTACT PAYER"
MSG = "YOUR NOTIFICATION/PRIOR AUTHORIZATION SEARCH CANNOT BE COMPLETED ONLINE. PLEASE CALL THE NUMBER ON THE BACK OF THE MEMBER'S MEDICAL ID CARD"
Member ID = "TST8"
Status = "NO ACTION"
MSG = "PRODUCT DOES NOT HAVE NOTIFICATION REQUIREMENTS"
Member ID = "TST9"
Result = AUTHORIZATION_NOT_FOUND
Member ID = "TST10"
Result = NOTFOUND
Member ID = "TST11"
Result = INVALID_MISSING_DATA
Payload Examples
Prior Authorization Inquiry has two ways of submitting the payload (body of data) to our API--by x12 (EDI) and by JSON. See the following for examples on how to enter the request payload correctly for each.
x12 Example Request
Example Inquiry Request/Response
Updated 8 days ago