R2 Online (service)¶
  
General¶
Code: r2-online_uah 
Method: r2-online show → 
Currency: UAH show → 
- Name:
 - 
[EN] R2 Online
 - 
[RU] R2 Online
 - 
[UK] R2 Online
 
Amount limits: from 5 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] E-mail
 - [UK] E-mail
 - [RU] E-mail
 - Hint:
 - [EN] Enter E-mail
 - [UK] Введіть E-mail
 - [RU] Введите E-mail
 
 
JSON Object¶
{
  "code":"r2-online_uah",
  "method":"r2-online",
  "currency":"UAH",
  "fields":[
    {
      "key":"client_id",
      "type":"string",
      "label":{
        "en":"E-mail",
        "uk":"E-mail",
        "ru":"E-mail"
      },
      "regexp":"\/^(\\w|\\.| |\\-|\\+|@){1,128}$\/",
      "required":true,
      "position":1,
      "hint":{
        "en":"Enter E-mail",
        "uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c E-mail",
        "ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 E-mail"
      },
      "example":"[email protected]"
    }
  ],
  "amount_min":"5",
  "amount_max":"4999"
}