Skip to content

Commit a6c5889

Browse files
authored
Merge pull request #2332 from openfintechio/feature/INT2-5082-pg-instaxchange-add-new-method
INT2-5082 PG InstaxChange: add new methods
2 parents 4b9f9c1 + c358a1c commit a6c5889

5 files changed

Lines changed: 41 additions & 1 deletion

File tree

data/payment_methods.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11761,6 +11761,16 @@
1176111761
"uk": "Interac Online"
1176211762
}
1176311763
},
11764+
{
11765+
"code": "blik_crypto",
11766+
"category": "bank_transfer",
11767+
"status": "active",
11768+
"name": {
11769+
"en": "BLIK",
11770+
"uk": "BLIK",
11771+
"ru": "BLIK"
11772+
}
11773+
},
1176411774
{
1176511775
"code": "sepa_transfer_crypto",
1176611776
"category": "bank_transfer",

data/payment_providers.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17395,7 +17395,8 @@
1739517395
"applepay_crypto",
1739617396
"googlepay_crypto",
1739717397
"payment_card_crypto",
17398-
"fawry_crypto"
17398+
"fawry_crypto",
17399+
"blik_crypto"
1739917400
]
1740017401
},
1740117402
{

data/payment_services.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40226,6 +40226,35 @@
4022640226
"amount_min": 0.01,
4022740227
"amount_max": 100000
4022840228
},
40229+
{
40230+
"status": "active",
40231+
"code": "blik_crypto_pln_hpp",
40232+
"flow": "hpp",
40233+
"method": "blik_crypto",
40234+
"currency": "PLN",
40235+
"amount_min": 0.01,
40236+
"amount_max": 500000,
40237+
"fields": [
40238+
{
40239+
"key": "blockchain_address",
40240+
"type": "string",
40241+
"regexp": "\/^.{1,128}$\/",
40242+
"required": false,
40243+
"position": 1,
40244+
"label": {
40245+
"en": "Blockchain address to receive the funds",
40246+
"ru": "Blockchain адресс для получения средств",
40247+
"uk": "Blockchain адреса для отримання коштів"
40248+
},
40249+
"hint": {
40250+
"en": "Enter Blockchain address",
40251+
"ru": "Введите Blockchain адресс",
40252+
"uk": "Введіть Blockchain адресу"
40253+
},
40254+
"example": "xdAsD23xfds4123jkhg2gsyxUdsd23"
40255+
}
40256+
]
40257+
},
4022940258
{
4023040259
"status": "active",
4023140260
"code": "pay_id_crypto_aud_hpp",
69.8 KB
Loading
69.8 KB
Loading

0 commit comments

Comments
 (0)