Skrill (service)¶
General¶
Code: skrill_eur
Method: skrill
show →
Currency: EUR
show →
- Name:
-
[EN] Skrill
-
[RU] Skrill
-
[UK] Skrill
Amount limits: from 1
to 50000
EUR
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
email |
✔ | string |
/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/ |
Details¶
-
email
Type:
string
Regexp:
/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/
Required:
1
- Label:
- [EN] Email
- [RU] Email
- [UK] Email
- Hint:
- [EN] Enter the recipient email
- [RU] Введите email получателя
- [UK] Введіть email одержувача
JSON Object¶
{
"code":"skrill_eur",
"method":"skrill",
"currency":"EUR",
"fields":[
{
"key":"email",
"type":"string",
"label":{
"en":"Email",
"ru":"Email",
"uk":"Email"
},
"hint":{
"en":"Enter the recipient email",
"ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 email \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f",
"uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c email \u043e\u0434\u0435\u0440\u0436\u0443\u0432\u0430\u0447\u0430 "
},
"regexp":"\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,3})$\/",
"required":true,
"position":1
}
],
"amount_min":"1",
"amount_max":"50000"
}