SIPNET (service)¶
General¶
Code: sipnet_uah
Method: sipnet show →
Currency: UAH show →
- Name:
-
[EN] SIPNET
-
[RU] SIPNET
-
[UK] SIPNET
Amount limits: from 25 to 14999 UAH
Fields¶
Overview¶
| Key | Required | Type | Regexp |
|---|---|---|---|
client_id |
✔ | string |
/^\d{1,128}$/ |
Details¶
-
client_idType:
stringRegexp:
/^\d{1,128}$/Required:
1- Label:
- [EN] ID
- [UK] ID
- [RU] ID
- Hint:
- [EN] ID
- [UK] ID
- [RU] ID
JSON Object¶
{
"code":"sipnet_uah",
"method":"sipnet",
"currency":"UAH",
"fields":[
{
"key":"client_id",
"type":"string",
"label":{
"en":"ID",
"uk":"ID",
"ru":"ID"
},
"regexp":"\/^\\d{1,128}$\/",
"required":true,
"position":1,
"hint":{
"en":"ID",
"uk":"ID",
"ru":"ID"
},
"example":"1431315"
}
],
"amount_min":"25",
"amount_max":"14999"
}