Skip to content

Commit

Permalink
Merge pull request #1350 from openfintechio/feature/INT-2959-Elitepay…
Browse files Browse the repository at this point in the history
…-add-pg

INT-2959: ElitePay add pg
  • Loading branch information
TonyTramb authored Dec 29, 2023
2 parents 404c777 + f3592f4 commit d8b36bb
Show file tree
Hide file tree
Showing 9 changed files with 509 additions and 0 deletions.
30 changes: 30 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -9176,5 +9176,35 @@
"ru": "OKPAY FINANCE LTD Slyse",
"uk": "OKPAY FINANCE LTD Slyse"
}
},
{
"code": "akbank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Akbank",
"ru": "Akbank",
"uk": "Akbank"
}
},
{
"code": "citibank_turkey",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Citibank Turkey",
"ru": "Citibank Turkey",
"uk": "Citibank Turkey"
}
},
{
"code": "qnb_finansbank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "QNB Finansbank",
"ru": "QNB Finansbank",
"uk": "QNB Finansbank"
}
}
]
8 changes: 8 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -24528,6 +24528,14 @@
"ru": "Elitepay",
"uk": "Elitepay"
},
"payment_method": [
"akbank",
"citibank_turkey",
"qnb_finansbank",
"papara",
"payfix",
"parazula"
],
"payout_method": [
"deniz_bank",
"qnb_finansbank",
Expand Down
54 changes: 54 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -22213,5 +22213,59 @@
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "akbank_try_invoice",
"flow": "invoice",
"method": "akbank",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
},
{
"status": "active",
"code": "citibank_turkey_try_invoice",
"flow": "invoice",
"method": "citibank_turkey",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
},
{
"status": "active",
"code": "qnb_finansbank_try_invoice",
"flow": "invoice",
"method": "qnb_finansbank",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
},
{
"status": "active",
"code": "papara_try_invoice",
"flow": "invoice",
"method": "papara",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
},
{
"status": "active",
"code": "payfix_try_invoice",
"flow": "invoice",
"method": "payfix",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
},
{
"status": "active",
"code": "parazula_try_invoice",
"flow": "invoice",
"method": "parazula",
"currency": "TRY",
"amount_min": 0.01,
"amount_max": 1800000
}
]
Binary file added resources/payment_methods/akbank/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions resources/payment_methods/akbank/logo.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/citibank_turkey/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions resources/payment_methods/citibank_turkey/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions resources/payment_methods/qnb_finansbank/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 d8b36bb

Please sign in to comment.