We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6ec42a + a905b4c commit 5b4f415Copy full SHA for 5b4f415
1 file changed
data/payout_services.json
@@ -92236,6 +92236,24 @@
92236
"uk": "Введіть Код набору"
92237
},
92238
"example": "1234"
92239
+ },
92240
+ {
92241
+ "key": "bank_name",
92242
+ "type": "string",
92243
+ "regexp": "\/^.{1,128}$\/",
92244
+ "required": false,
92245
+ "position": 17,
92246
+ "label": {
92247
+ "en": "Bank name",
92248
+ "ru": "Название банка",
92249
+ "uk": "Назва банку"
92250
92251
+ "hint": {
92252
+ "en": "Enter bank name",
92253
+ "ru": "Введите название банка",
92254
+ "uk": "Введіть назву банку"
92255
92256
+ "example": "Bnk of Athenes"
92257
}
92258
],
92259
"amount_min": "0.01",
0 commit comments