Transaction Accepted by the Clearinghouse
TESTEP02 Test PayerId
If you use the sandbox with this test payerId
, you will receive the message that the clearinghouse has accepted your submitted attachments transaction.
```json
[
{
"statusCode": "02",
"statusMessage": "ACCEPTED_BY_CHC",
"statusTimeStamp": "2021-05-13 10:33",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "51827660-012714"
}
]
}
]
```
Updated about 2 months ago