Successful Fax Transmission

TESTPP13 Test PayerId

You will receive a notification from the Change Healthcare clearinghouse once the fax transmission was completed.

```json
        "status": [
            {
                "statusCode": "13",
                "statusMessage": "Attachment faxed successfully",
                "statusTimeStamp": "2021-08-19T19:23Z",
                "documents": [
                    {
                        "documentName": "rightarm.jpg",
                        "controlNumber": "123456789"
                    }
                ]
            }
        ]
    }
]
```