Successful Fax Transmission

TESTPP11 Test PayerId

You will receive a notification from the Change Healthcare clearinghouse once the fax transmission has reached the fax/print facility.

```json
        "status": [
            {
                "statusCode": "11",
                "statusMessage": "Attachment reached print/fax facility",
                "statusTimeStamp": "2021-08-19T18:51Z",
                "documents": [
                    {
                        "documentName": "rightarm.jpg",
                        "controlNumber": "123456789"
                    }
                ]
            }
        ]
    }
]
```