Transaction Received by the Clearinghouse

TESTEP01 Test PayerId

If you use the sandbox with this test payerId, you will receive the message that the 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"
            }
        ]
    }
]
```