Transaction Received by Change Healthcare Clearinghouse

TESTEP01 Test PayerId

If you use the sandbox with this test payerId, you will receive the message that the Change Healthcare clearinghouse has successfully received your submitted attachments transaction.

```json
[
    {
        "statusCode": "01",
        "statusMessage": "TRANSACTION_RECEIVED",
        "statusTimeStamp": "2021-08-19T18:27Z",
        "documents": [
            {
                "documentName": "rightarm.jpg",
                "controlNumber": "123456789"
            }
        ]
    }
]
```