Skip to content

Commit ce28163

Browse files
authored
Merge pull request #1554 from openfintechio/INT-4441-POG-Flexify-New-API
INT-4441: POG, Flexify: add new method
2 parents 2a171e0 + dd051fd commit ce28163

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

data/payout_services.json

+34
Original file line numberDiff line numberDiff line change
@@ -145969,5 +145969,39 @@
145969145969
],
145970145970
"amount_min": 1,
145971145971
"amount_max": 10000000
145972+
},
145973+
{
145974+
"status": "active",
145975+
"code": "payment_card_xts",
145976+
"method": "payment_card",
145977+
"currency": "XTS",
145978+
"fields": [
145979+
{
145980+
"key": "card_number",
145981+
"type": "string",
145982+
"label": {
145983+
"en": "Card number",
145984+
"ru": "Номер карты",
145985+
"uk": "Номер карти"
145986+
},
145987+
"hint": {
145988+
"en": "Enter card number",
145989+
"ru": "Введите номер карты",
145990+
"uk": "Введіть номер карти"
145991+
},
145992+
"regexp": "\/^\\d{12,19}$\/",
145993+
"required": true,
145994+
"position": 1,
145995+
"options": {
145996+
"validators": [
145997+
{
145998+
"name": "Luhn"
145999+
}
146000+
]
146001+
}
146002+
}
146003+
],
146004+
"amount_min": "0.01",
146005+
"amount_max": "100000"
145972146006
}
145973146007
]

data/vendors.json

+3
Original file line numberDiff line numberDiff line change
@@ -29629,6 +29629,9 @@
2962929629
{
2963029630
"code": "flexify",
2963129631
"status": "active",
29632+
"links": {
29633+
"website": "https://flexify.finance/"
29634+
},
2963229635
"name": {
2963329636
"en": "Flexify",
2963429637
"ru": "Flexify",

0 commit comments

Comments
 (0)