Skip to content

UNIT (service)

u-n-i-t_uah

General

Code: u-n-i-t_uah

Method: u-n-i-t show →

Currency: UAH show →

Name:

[EN] UNIT

[RU] UNIT

[UK] UNIT

Amount limits: from 7 to 4999 UAH

Fields

Overview

Key Required Type Regexp
client_id string /^(\w\|\.\| \|\-\|\+\|@){1,128}$/

Details

  1. client_id

    Type: string

    Regexp: /^(\w|\.| |\-|\+|@){1,128}$/

    Required: 1

    Label:
    [EN] Nick
    [UK] Нік
    [RU] Ник
    Hint:
    [EN] Enter Nick
    [UK] Введіть нік
    [RU] Введите ник

JSON Object

{
  "code":"u-n-i-t_uah",
  "method":"u-n-i-t",
  "currency":"UAH",
  "fields":[
    {
      "key":"client_id",
      "type":"string",
      "label":{
        "en":"Nick",
        "uk":"\u041d\u0456\u043a",
        "ru":"\u041d\u0438\u043a"
      },
      "regexp":"\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
      "required":true,
      "position":1,
      "hint":{
        "en":"Enter Nick",
        "uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u0456\u043a",
        "ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u0438\u043a"
      },
      "example":"---\u042e\u0420\u0410---"
    }
  ],
  "amount_min":"7",
  "amount_max":"4999"
}