We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb73abb + 7d16f15 commit e1c6a08Copy full SHA for e1c6a08
1 file changed
data/payment_services.json
@@ -30185,6 +30185,24 @@
30185
"uk": "Введіть номер BIC"
30186
},
30187
"example": "GB97BARC20031877565489"
30188
+ },
30189
+ {
30190
+ "key": "bank_id",
30191
+ "type": "string",
30192
+ "regexp": "\/^.{2,64}$\/",
30193
+ "required": false,
30194
+ "position": 3,
30195
+ "label": {
30196
+ "en": "Bank Id",
30197
+ "ru": "Bank Id",
30198
+ "uk": "Bank Id"
30199
30200
+ "hint": {
30201
+ "en": "Enter Bank Id",
30202
+ "ru": "Введите Bank Id",
30203
+ "uk": "Введіть Bank Id"
30204
30205
+ "example": "revolut_eu"
30206
}
30207
]
30208
0 commit comments