Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions data/payout_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -92236,6 +92236,24 @@
"uk": "Введіть Код набору"
},
"example": "1234"
},
{
"key": "bank_name",
"type": "string",
"regexp": "\/^.{1,128}$\/",
"required": false,
"position": 17,
"label": {
"en": "Bank name",
"ru": "Название банка",
"uk": "Назва банку"
},
"hint": {
"en": "Enter bank name",
"ru": "Введите название банка",
"uk": "Введіть назву банку"
},
"example": "Bnk of Athenes"
}
],
"amount_min": "0.01",
Expand Down
Loading