2.8.2. Querry string parametrs
Parametrs
| Parameter | Description | Mandatory | Type | Notes |
|---|---|---|---|---|
| tid | Terminal UID | Yes | string | |
| template_name | Terminal template name | Yes | string | |
| license_num | Cash register license number | Yes | string | |
| processing_name | Processing name | Yes | string | |
| mid | Organization UID | Yes | string | If not found in the directory, it will be added |
| mcc | Organization category code | Yes | string | |
| rs | Received organization standard | Yes | string |
Code structure
{
"tid": "",
"template_name": "",
"license_num": "",
"processing_name": "",
"mid": "",
"mcc": "",
"rs": ""
}
Field Descriptions
- tid – terminal UID, required, string
- template_name – terminal template name, required, string
- license_num – cash register license number, required, string
- processing_name – processing system name, required, string
- mid – organization UID, required; if not found, it will be added, string
- mcc – merchant category code, required, string
- rs – organization standard received, required, string