AdvCash (service)¶
General¶
Code: advcash_wallet_gbp
Method: advcash_wallet
show →
Currency: GBP
show →
- Name:
-
[EN] AdvCash
Amount limits: from 0.01
to 3000
GBP
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
wallet_id |
✔ | string |
/^G\d{12}$/ |
Details¶
-
wallet_id
Type:
string
Regexp:
/^G\d{12}$/
Required:
1
- Label:
- [EN] Wallet ID
- [RU] Номер кошелька
- [UK] Номер гаманця
- Hint:
- [EN] Enter wallet ID
- [RU] Введите номер кошелька
- [UK] Введіть номер гаманця
JSON Object¶
{
"code":"advcash_wallet_gbp",
"method":"advcash_wallet",
"currency":"GBP",
"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":"\/^G\\d{12}$\/",
"required":true,
"position":1
}
],
"amount_min":"0.01",
"amount_max":"3000"
}