Acceptance of Attachment by Payer

TESTEP06 Test PayerId

If you use the sandbox with this test payerId, you will receive the message indicating a successful attachment transaction.

```json
[
    {
        "statusCode": "06",
        "statusMessage": "ACCEPTED_BY_PAYER",
        "statusTimeStamp": "2021-08-20T13:36Z",
        "documents": [
            {
                "documentName": "rightarm.jpg",
                "controlNumber": "123456789"
            },
            {
                "documentName": "rightarm1.jpg",
                "controlNumber": "123456789"
            }
        ]
    }
]
```