Skip to content

Commit 5b4f415

Browse files
authored
Merge pull request #2338 from openfintechio/feature/INT2-4976-siquro-add-payouts
INT2-4976: pog siquro add payouts
2 parents a6ec42a + a905b4c commit 5b4f415

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

data/payout_services.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92236,6 +92236,24 @@
9223692236
"uk": "Введіть Код набору"
9223792237
},
9223892238
"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"
9223992257
}
9224092258
],
9224192259
"amount_min": "0.01",

0 commit comments

Comments
 (0)