Acknowledge Attachment Receipt by Payer
TESTEP05 Test PayerId
The payer sends acknowledgement of your attachment transmission through the clearinghouse. It indicates that they received your transaction and will evaluate it for accuracy and usability. This does not indicate payer acceptance of the transaction.
```json
[
{
"statusCode": "05",
"statusMessage": "ACKNOWLEDGED_BY_PAYER",
"statusTimeStamp": "2021-08-20T13:22Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
},
{
"documentName": "rightarm1.jpg",
"controlNumber": "123456789"
}
]
}
]
```
Updated about 2 months ago