Skip to content

Commit

Permalink
Merge pull request #1785 from openfintechio/feature/INT-6053-add-pg-g…
Browse files Browse the repository at this point in the history
…ateiq

INT-6053: add pg gateiq
  • Loading branch information
romansavchak authored Dec 30, 2024
2 parents af82f3c + b12ddcf commit dfcd2a7
Show file tree
Hide file tree
Showing 12 changed files with 578 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -6388,6 +6388,17 @@
"uk": "Usd Coin"
}
},
{
"code": "payskin",
"vendor": "payskin",
"category": "alternative",
"status": "active",
"name": {
"en": "Payskin",
"ru": "Payskin",
"uk": "Payskin"
}
},
{
"code": "dai_coin",
"vendor": "dai_coin",
Expand Down
20 changes: 20 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -25576,6 +25576,26 @@
"pix"
]
},
{
"status": "active",
"code": "gateiq",
"vendor": "gateiq",
"payment_method": [
"blik",
"googlepay",
"applepay",
"revolut_bank",
"bank_transfer",
"payskin",
"tether",
"n26_bank"
],
"name": {
"en": "GateIQ",
"ru": "GateIQ",
"uk": "GateIQ"
}
},
{
"status": "active",
"code": "payzeasy",
Expand Down
18 changes: 18 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -13307,6 +13307,15 @@
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "tether_bsc_eur_hpp",
"flow": "hpp",
"method": "tether",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "tether_polygon_usd_hpp",
Expand Down Expand Up @@ -26033,6 +26042,15 @@
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "payskin_eur_hpp",
"flow": "hpp",
"method": "payskin",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "ing_group_bank_eur_hpp",
Expand Down
19 changes: 19 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,13 @@
"en": "Binance Usd"
}
},
{
"code": "payskin",
"status": "active",
"name": {
"en": "Payskin"
}
},
{
"code": "polygon",
"status": "active",
Expand Down Expand Up @@ -29944,6 +29951,18 @@
"uk": "Swiffy"
}
},
{
"code": "gateiq",
"status": "active",
"links": {
"website": "https://gateiq.io/"
},
"name": {
"en": "GateIQ",
"ru": "GateIQ",
"uk": "GateIQ"
}
},
{
"code": "yapily",
"status": "active",
Expand Down
47 changes: 47 additions & 0 deletions resources/payment_methods/payskin/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions resources/payment_methods/payskin/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
117 changes: 117 additions & 0 deletions resources/payment_providers/gateiq/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dfcd2a7

Please sign in to comment.