9 Dragons (service)¶
  
General¶
Code: 9-drakonov_uah 
Method: 9-drakonov show → 
Currency: UAH show → 
- Name:
- 
[EN] 9 Dragons 
- 
[RU] 9 Драконов 
- 
[UK] 9 Драконов 
Amount limits: from 1 to 4999 UAH 
Fields¶
Overview¶
| Key | Required | Type | Regexp | 
|---|---|---|---|
| client_id | ✔ | string | /^(\w\|\.\| \|\-\|\+\|@){1,128}$/ | 
Details¶
- 
client_idType: stringRegexp: /^(\w|\.| |\-|\+|@){1,128}$/Required: 1- Label:
- [EN] Login
- [UK] Логин
- [RU] Логин
- Hint:
- [EN] Enter login
- [UK] Введіть логин
- [RU] Введите логин
 
JSON Object¶
{
  "code":"9-drakonov_uah",
  "method":"9-drakonov",
  "currency":"UAH",
  "fields":[
    {
      "key":"client_id",
      "type":"string",
      "label":{
        "en":"Login",
        "uk":"\u041b\u043e\u0433\u0438\u043d",
        "ru":"\u041b\u043e\u0433\u0438\u043d"
      },
      "regexp":"\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
      "required":true,
      "position":1,
      "hint":{
        "en":"Enter login",
        "uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043b\u043e\u0433\u0438\u043d",
        "ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043b\u043e\u0433\u0438\u043d"
      },
      "example":"toshido"
    }
  ],
  "amount_min":"1",
  "amount_max":"4999"
}