AdvCash (service)¶
General¶
Code: advcash_wallet_rub
Method: advcash_wallet
show →
Currency: RUB
show →
- Name:
-
[EN] AdvCash
Amount limits: from 6.65
to 6648133.52
RUB
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
wallet_id |
✔ | string |
/^R\d{12}$/ |
Details¶
-
wallet_id
Type:
string
Regexp:
/^R\d{12}$/
Required:
1
- Label:
- [EN] Wallet ID
- [RU] Номер кошелька
- [UK] Номер гаманця
- Hint:
- [EN] Enter wallet ID
- [RU] Введите номер кошелька
- [UK] Введіть номер гаманця
JSON Object¶
{
"code":"advcash_wallet_rub",
"method":"advcash_wallet",
"currency":"RUB",
"fields":[
{
"key":"wallet_id",
"type":"string",
"label":{
"en":"Wallet ID",
"ru":"\u041d\u043e\u043c\u0435\u0440 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430",
"uk":"\u041d\u043e\u043c\u0435\u0440 \u0433\u0430\u043c\u0430\u043d\u0446\u044f"
},
"hint":{
"en":"Enter wallet ID",
"ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043d\u043e\u043c\u0435\u0440 \u043a\u043e\u0448\u0435\u043b\u044c\u043a\u0430",
"uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043d\u043e\u043c\u0435\u0440 \u0433\u0430\u043c\u0430\u043d\u0446\u044f"
},
"regexp":"\/^R\\d{12}$\/",
"required":true,
"position":1
}
],
"amount_min":"6.65",
"amount_max":"6648133.52"
}