File tree 2 files changed +37
-0
lines changed
2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -145969,5 +145969,39 @@
145969
145969
],
145970
145970
"amount_min": 1,
145971
145971
"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"
145972
146006
}
145973
146007
]
Original file line number Diff line number Diff line change 29629
29629
{
29630
29630
"code": "flexify",
29631
29631
"status": "active",
29632
+ "links": {
29633
+ "website": "https://flexify.finance/"
29634
+ },
29632
29635
"name": {
29633
29636
"en": "Flexify",
29634
29637
"ru": "Flexify",
You can’t perform that action at this time.
0 commit comments