Now, triPOS supports transactions in Canada. Use the POST /cloudapi/v1/lanes endpoint to add a new lane to your account. This endpoint accepts a processor parameter, which is used to determine
settings on the PIN pad for Canada.
Here is an example request for Canada:
{
"laneId": "0000",
"description": "Test Device",
"activationCode": "X000000",
"terminalId": "0000",
"contactlessEmvEnabled": true,
"quickChipEnabled": false,
"processor": "VantivCanada"
}
processor - setting this value to VantivCanada will load the required settings on the device.countryCode - set this value to CAN for using triPOS in Canada.currencyCode - set this value to CAD for using triPOS in Canada.quickChip is not supported for Canadian integrations.language is used to set the default language.NEW Virtual keypad on M5000 and Lane 7000 for alpha numeric zipcode.Here is an example request for modifying language configuration:
{
"contactlessEmvEnabled": true,
"contactlessMsdEnabled": false,
"quickChipEnabled": false,
"language": "french"
}