Track Information for Sent Transactions
TESTPP17 Test PayerId
You will receive tracking information when the API engine forwards your transaction. In both the following use cases, the transaction has reached the clearinghouse.
```json
"status": [
{
"statusCode": "17",
"statusMessage": "Tracking #: 789123456",
"statusTimeStamp": "2021-08-19T19:27Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
}
]
```
TESTPP18 Test PayerId
```json
"status": [
{
"statusCode": "18",
"statusMessage": "Tracking #: 26101357, Status : SANTA CLARITA CA Phase 2b - Destination SCF Processing, Date : 01/22/2021",
"statusTimeStamp": "2021-08-19T19:27Z",
"documents": [
{
"documentName": "rightarm.jpg",
"controlNumber": "123456789"
}
]
}
]
}
]
```
Updated about 2 months ago