Intraffics (service)¶
General¶
Code: intraffik_uah
Method: intraffik
show →
Currency: UAH
show →
- Name:
-
[EN] Intraffics
-
[RU] Интраффик
-
[UK] Інтраффік
Amount limits: from 2
to 14999
UAH
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
client_id |
✔ | string |
/^\d{1,128}$/ |
Details¶
-
client_id
Type:
string
Regexp:
/^\d{1,128}$/
Required:
1
- Label:
- [EN] An account
- [UK] Аккаунт
- [RU] Аккаунт
- Hint:
- [EN] Enter an account
- [UK] Введіть аккаунт
- [RU] Введите аккаунт
JSON Object¶
{
"code":"intraffik_uah",
"method":"intraffik",
"currency":"UAH",
"fields":[
{
"key":"client_id",
"type":"string",
"label":{
"en":"An account",
"uk":"\u0410\u043a\u043a\u0430\u0443\u043d\u0442",
"ru":"\u0410\u043a\u043a\u0430\u0443\u043d\u0442"
},
"regexp":"\/^\\d{1,128}$\/",
"required":true,
"position":1,
"hint":{
"en":"Enter an account",
"uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442",
"ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0430\u043a\u043a\u0430\u0443\u043d\u0442"
},
"example":"11139"
}
],
"amount_min":"2",
"amount_max":"14999"
}