Totallink (Chernivtsi) (service)¶
General¶
Code: totallink-chernivtsi_uah
Method: totallink-chernivtsi
show →
Currency: UAH
show →
- Name:
-
[EN] Totallink (Chernivtsi)
-
[RU] Totallink (Черновцы)
-
[UK] Totallink (Чернівці)
Amount limits: from 2
to 14999
UAH
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
name |
✔ | string |
/^(\w\|\.\| \|\-\|\+\|@){1,128}$/ |
address |
✔ | string |
/^(\w\|\.\| \|\-\|\+\|@){1,128}$/ |
Details¶
-
name
Type:
string
Regexp:
/^(\w|\.| |\-|\+|@){1,128}$/
Required:
1
- Label:
- [EN] Name
- [RU] ФИО
- [UK] ПІБ
- Hint:
- [EN] Name
- [RU] ФИО
- [UK] ПІБ
-
address
Type:
string
Regexp:
/^(\w|\.| |\-|\+|@){1,128}$/
Required:
1
- Label:
- [EN] Address
- [RU] Адрес
- [UK] Адреса
- Hint:
- [EN] Address
- [RU] Адрес
- [UK] Адреса
JSON Object¶
{
"code":"totallink-chernivtsi_uah",
"method":"totallink-chernivtsi",
"currency":"UAH",
"fields":[
{
"key":"name",
"type":"string",
"label":{
"en":"Name",
"ru":"\u0424\u0418\u041e",
"uk":"\u041f\u0406\u0411"
},
"regexp":"\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
"required":true,
"position":1,
"hint":{
"en":"Name",
"ru":"\u0424\u0418\u041e",
"uk":"\u041f\u0406\u0411"
},
"example":"\u041f\u0435\u0442\u0440\u043e\u0432\u0430 \u0422.\u0424."
},
{
"key":"address",
"type":"string",
"label":{
"en":"Address",
"ru":"\u0410\u0434\u0440\u0435\u0441",
"uk":"\u0410\u0434\u0440\u0435\u0441\u0430"
},
"regexp":"\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
"required":true,
"position":2,
"hint":{
"en":"Address",
"ru":"\u0410\u0434\u0440\u0435\u0441",
"uk":"\u0410\u0434\u0440\u0435\u0441\u0430"
},
"example":"\u0427\u0435\u0440\u043di\u0432\u0446i, \u0432\u0443\u043b. \u0421\u0430\u0434\u043e\u0432\u0430, 33"
}
],
"amount_min":"2",
"amount_max":"14999"
}