Skip to content

Commit

Permalink
Merge pull request #1792 from openfintechio/feature/INT-6337-pog-spay…
Browse files Browse the repository at this point in the history
…z-upd-2

INT-6337: pog spayz upd 2
  • Loading branch information
romansavchak authored Jan 9, 2025
2 parents da8a78b + 9f9fb2d commit 4192509
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -83248,6 +83248,42 @@
},
"position": 21,
"required": false
},
{
"key": "beneficiary_email",
"type": "string",
"label": {
"en": "Email",
"ru": "Email",
"uk": "Email"
},
"hint": {
"en": "Enter Email",
"ru": "Введите Email",
"uk": "Введіть Email"
},
"example": "[email protected]",
"regexp": "\/^[_a-z0-9-]+(\\.[_a-z0-9-]+)*@[a-z0-9-]+(\\.[a-z0-9-]+)*(\\.[a-z]{2,4})$\/",
"required": false,
"position": 22
},
{
"key": "beneficiary_phone",
"type": "string",
"label": {
"en": "Phone number",
"ru": "Номер телефона",
"uk": "Номер телефону"
},
"hint": {
"en": "Enter phone number",
"ru": "Введите номер телефона",
"uk": "Введіть номер телефону"
},
"example": "+91236456977",
"regexp": "\/^\\+?\\d{10,14}$\/",
"required": false,
"position": 23
}
],
"amount_min": "1",
Expand Down

0 comments on commit 4192509

Please sign in to comment.