Mailed Attachments
TESTPP16 Test PayerId
Optum's print/fax contractor also handles mailing of attachments to payers who accept only mailed hardcopies. This message indicates that the print/fax facility deems the attachments acceptable and the payerAddress
information is correct; the attachments have been printed and mailed.
```json
"status": [
{
"statusCode": "16",
"statusMessage": "Attachment mailed to the payer",
"statusTimeStamp": "2021-08-19T19:25Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
}
]
```
Updated 9 months ago