PayPal (service)¶
General¶
Code: paypal_phone_eur
Method: paypal
show →
Currency: EUR
show →
- Name:
-
[EN] PayPal
Amount limits: from 0.01
to 10000
EUR
Fields¶
Overview¶
Key | Required | Type | Regexp |
---|---|---|---|
phone |
✔ | string |
/^\+?[-\d]{9,32}$/ |
Details¶
-
phone
Type:
string
Regexp:
/^\+?[-\d]{9,32}$/
Required:
1
- Label:
- [EN] Phone number
- [RU] Телефон
- [UK] Телефон
- Hint:
- [EN] Enter phone
- [RU] Введите телефон получателя
- [UK] Введіть телефон отримувача
JSON Object¶
{
"code":"paypal_phone_eur",
"method":"paypal",
"currency":"EUR",
"fields":[
{
"key":"phone",
"type":"string",
"label":{
"en":"Phone number",
"ru":"\u0422\u0435\u043b\u0435\u0444\u043e\u043d",
"uk":"\u0422\u0435\u043b\u0435\u0444\u043e\u043d"
},
"hint":{
"en":"Enter phone",
"ru":"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u043f\u043e\u043b\u0443\u0447\u0430\u0442\u0435\u043b\u044f",
"uk":"\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u0442\u0435\u043b\u0435\u0444\u043e\u043d \u043e\u0442\u0440\u0438\u043c\u0443\u0432\u0430\u0447\u0430"
},
"regexp":"\/^\\+?[-\\d]{9,32}$\/",
"required":true,
"position":1
}
],
"amount_min":"0.01",
"amount_max":"10000"
}