Skip to main content

Body structure (JSON)

Required fields are in bold.

FieldExampleType and formatComments
{
"zNumber"2intshift number, should be unique for deviceID
"fiscalNum"70154intoptional parameter. Used only for offline cash registers
"receiptNumber"15intreceipt number, should be unique for the shift and deviceID
"cashier""Teller "string
"currency""PHP"string
"totalAmount"1000000intin kopecks
"fiscalNum"70113intoptional parameter. Used only for offline cash registers
"msgID"16int
"identity"
{
"fn""SM00000007"stringdevice token
"tin""123412341234"string
"shopName""Traxion Main"string
"shopAddress""Kadena Hub, Mabini cor Araullo St, Poblacion, Davao City, PH"string
},
"dateTime""2026-03-02T15:35:21.076Z"dateTime of ISO-8601 format
"location"optional
{
"latitude"48.149647float
"longitude"17.05007float
}
}

Example:

{
"zNumber": 2,
"fiscalNum": 70154,
"receiptNumber": 15,
"cashier": "Teller ",
"currency": "PHP",
"totalAmount": 1000000,
"msgID": 16,
"identity": {
"fn": "SM00000007",
"tin": "123412341234",
"shopName": "Traxion Main",
"shopAddress": "Kadena Hub, Mabini cor Araullo St, Poblacion, Davao City, PH"
},
"dateTime": "2026-03-02T15:35:21.076Z",
"location": {
"latitude": 48.149647,
"longitude": 17.05007
}
}