Skip to content

Commit e1c6a08

Browse files
authored
Merge pull request #2253 from openfintechio/feature/INT2-4205-pg-billine-add-openbanking
INT2-4205:add service field
2 parents bb73abb + 7d16f15 commit e1c6a08

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

data/payment_services.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30185,6 +30185,24 @@
3018530185
"uk": "Введіть номер BIC"
3018630186
},
3018730187
"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"
3018830206
}
3018930207
]
3019030208
},

0 commit comments

Comments
 (0)