Skip to content

Commit

Permalink
Update AN-Native_Transaction_Protocol-Spec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisAtioNet authored Mar 7, 2024
1 parent 585d326 commit 0ea2aee
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions AN-Native_Transaction_Protocol-Spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,37 @@ Refer to [Original Data](./Annexes/AN-Native-OriginalData-Annex.md) annex for a
```


### 13.7.1 Keep Alive Request Sample
```json
{
"LastSchedule":null,
"GatewayCode": "CHL15069401",
"TerminalIdentification": "CHL15069401",
"BatteryCharge": "100",
"PaperStatus": "OK",
"IsLocalAgent": "false",
"TransactionCode": "600",
"TerminalCode": "CHL15069401",
"Ip": "192.168.31.206",
"SystemModel": "Postman",
"OperatingSystem": "Unix 5.10.63.7",
"SystemVersion": "1.2.11-1",
"SerialNumber": "N78802734716"
}

```

### 13.7.2 Keep Alive Response Sample
```json
{
"TransactionCode": "601",
"SiteDateTime": null,
"SiteTimeZone": null,
"HostDateTime": "2024/03/07 15:06:38",
"IdSchedule": null
}

```

## Appendix A - Native Authorization Protocol Messages

Expand Down

0 comments on commit 0ea2aee

Please sign in to comment.