Skip to content

Commit

Permalink
Merge pull request #1798 from openfintechio/feature/INT-6178-pg-new-m…
Browse files Browse the repository at this point in the history
…ethods

INT-6178: add klyme payment method with services
  • Loading branch information
romansavchak authored Jan 16, 2025
2 parents ad349fa + a3d34fa commit 10ef33f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -11064,5 +11064,15 @@
"ru": "Kasha кошелек",
"uk": "Kasha гаманець"
}
},
{
"code": "klyme",
"category": "online_banking",
"status": "active",
"name": {
"en": "Klyme",
"ru": "Klyme",
"uk": "Klyme"
}
}
]
2 changes: 1 addition & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -27258,7 +27258,7 @@
"uk": "Klyme"
},
"payment_method": [
"bank_transfer"
"klyme"
]
},
{
Expand Down
27 changes: 27 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -33988,5 +33988,32 @@
"example": "ThK1Q"
}
]
},
{
"status": "active",
"code": "klyme_eur_invoice",
"flow": "invoice",
"method": "klyme",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "klyme_usd_invoice",
"flow": "invoice",
"method": "klyme",
"currency": "USD",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "klyme_gbp_invoice",
"flow": "invoice",
"method": "klyme",
"currency": "GBP",
"amount_min": 0.01,
"amount_max": 100000
}
]
Binary file added resources/payment_methods/klyme/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_methods/klyme/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 10ef33f

Please sign in to comment.