TESTEP04 Successful Receipt of Attachment by Payer
TESTEP04 Test PayerId
If you use the sandbox with this test payerId, you will receive the notification when the clearinghouse delivers the attachment(s) to the payer. At this point, the clearinghouse has forwarded the attachment to the payer.
```json
[
{
"statusCode": "04",
"statusMessage": "DELIVERED_TO_PAYER",
"statusTimeStamp": "2021-08-19T18:43Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
```
Updated 27 days ago