Skip to content

Commit

Permalink
Merge pull request #1791 from openfintechio/feature/INT-6270-pg-okpay
Browse files Browse the repository at this point in the history
INT-6270: pg okpay
  • Loading branch information
romansavchak authored Jan 10, 2025
2 parents 247a129 + ee15223 commit c7fecf9
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,16 @@
"en": "SafetyPay is a global, secure Internet payment solution that enables online banking customers to make online purchases from merchants worldwide and pay directly through their local bank account in their local currency."
}
},
{
"code": "bank_qr",
"category": "alternative",
"status": "active",
"name": {
"en": "Bank QR",
"ru": "Bank QR",
"uk": "Bank QR"
}
},
{
"code": "okpay",
"category": "mobile_payment",
Expand Down
13 changes: 13 additions & 0 deletions data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,19 @@
"en": "CashSender"
}
},
{
"status": "active",
"code": "okpay",
"vendor": "okpay_provider",
"name": {
"en": "Okpay",
"ru": "Okpay",
"uk": "Okpay"
},
"payment_method": [
"bank_qr"
]
},
{
"status": "active",
"code": "omnipayment",
Expand Down
9 changes: 9 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -23019,6 +23019,15 @@
"amount_min": 0.01,
"amount_max": 10000000
},
{
"status": "active",
"code": "bank_qr_vnd_hpp",
"currency": "VND",
"flow": "hpp",
"method": "bank_qr",
"amount_min": 260,
"amount_max": 2500000000
},
{
"status": "active",
"code": "asia_commercial_bank_qr_vnd_invoice",
Expand Down
12 changes: 12 additions & 0 deletions data/vendors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,18 @@
"en": "Postepay"
}
},
{
"code": "okpay_provider",
"status": "active",
"links": {
"website": "https://okpay.dev/"
},
"name": {
"en": "Okpay",
"ru": "Okpay",
"uk": "Okpay"
}
},
{
"code": "okpay",
"status": "active",
Expand Down
Binary file added resources/payment_providers/okpay/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/payment_providers/okpay/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vendors/okpay_provider/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vendors/okpay_provider/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c7fecf9

Please sign in to comment.