Failures to Fax Transmission

TESTPP14 Test PayerId

Attachments may fail to fax; you will receive a notification for each attempt until it goes through. when the fax/print facility receives your transaction contents, they will make three fax call attempts per day until successful transmission. Make sure to add the payerFaxNumber in your JSON request body before sending the request to the clearinghouse. The fax/print facility will not be able to handle sending the contents unless that information is your request and is correct. Ensure all other JSON request fields are correct in the request body before sending to clearinghouse.

```json
        "status": [
            {
                "statusCode": "14",
                "statusMessage": "Attachment failed to fax",
                "statusTimeStamp": "2021-08-19T19:21Z",
                "documents": [
                    {
                        "documentName": "rightarm.jpg",
                        "controlNumber": "123456789"
                    }
                ]
            }
        ]
    }
]
```