TESTEP01 Successful Attachments Transaction
TESTEP01 Test PayerId
If you use the sandbox with this test payerId, you will receive this message stating that the clearinghouse has successfully received your submitted attachments transaction.
```json
[
{
"statusCode": "01",
"statusMessage": "TRANSACTION_RECEIVED",
"statusTimeStamp": "2021-08-19T18:27Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
```
```json
[
{
"statusCode": "01",
"statusMessage": "TRANSACTION_RECEIVED",
"statusTimeStamp": "2021-08-19T18:27Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
```
Updated 28 days ago