Skip to content

Commit

Permalink
INT-2988: add new payment services
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-antonyshyn committed Dec 14, 2023
1 parent 8de3ba1 commit b881441
Show file tree
Hide file tree
Showing 28 changed files with 2,315 additions and 1 deletion.
120 changes: 120 additions & 0 deletions data/payment_methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -8976,5 +8976,125 @@
"ru": "PT. Bank Neo Commerce",
"uk": "PT. Bank Neo Commerce"
}
},
{
"code": "revolut_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Revolut Bank",
"ru": "Revolut Bank",
"uk": "Revolut Bank"
}
},
{
"code": "n26_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "N26 Bank",
"ru": "N26 Bank",
"uk": "N26 Bank"
}
},
{
"code": "ing_group_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "ING Group Bank",
"ru": "ING Group Bank",
"uk": "ING Group Bank"
}
},
{
"code": "abn_amro_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "ABN AMRO Bank",
"ru": "ABN AMRO Bank",
"uk": "ABN AMRO Bank"
}
},
{
"code": "rabobank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Rabobank",
"ru": "Rabobank",
"uk": "Rabobank"
}
},
{
"code": "societe_generale_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Societe Generale Bank",
"ru": "Societe Generale Bank",
"uk": "Societe Generale Bank"
}
},
{
"code": "credit_mutuel_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Credit Mutuel Bank",
"ru": "Credit Mutuel Bank",
"uk": "Credit Mutuel Bank"
}
},
{
"code": "la_banque_postale",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "La Banque Postale",
"ru": "La Banque Postale",
"uk": "La Banque Postale"
}
},
{
"code": "bnp_paribas_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "BNP Paribas Bank",
"ru": "BNP Paribas Bank",
"uk": "BNP Paribas Bank"
}
},
{
"code": "aktivbank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Aktivbank",
"ru": "Aktivbank",
"uk": "Aktivbank"
}
},
{
"code": "commerzbank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Commerzbank",
"ru": "Commerzbank",
"uk": "Commerzbank"
}
},
{
"code": "deutsche_bank",
"category": "bank_transfer",
"status": "active",
"name": {
"en": "Deutsche Bank",
"ru": "Deutsche Bank",
"uk": "Deutsche Bank"
}
}
]
15 changes: 14 additions & 1 deletion data/payment_providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -22787,7 +22787,20 @@
"hero_payments",
"bitexpro_p2p",
"bitexpro_wallet",
"bank_transfer_aggregated"
"bank_transfer_aggregated",
"wise",
"revolut_bank",
"n26_bank",
"ing_group_bank",
"abn_amro_bank",
"rabobank",
"societe_generale_bank",
"credit_mutuel_bank",
"la_banque_postale",
"aktivbank",
"commerzbank",
"deutsche_bank",
"sparkasse_bank"
],
"name": {
"en": "BitexPRO",
Expand Down
117 changes: 117 additions & 0 deletions data/payment_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -21457,5 +21457,122 @@
"flow": "hpp",
"amount_min": 0.001,
"amount_max": 1000
},
{
"status": "active",
"code": "wise_eur_hpp",
"flow": "hpp",
"method": "wise",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "revolut_bank_eur_hpp",
"flow": "hpp",
"method": "revolut_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "n26_bank_eur_hpp",
"flow": "hpp",
"method": "n26_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "ing_group_bank_eur_hpp",
"flow": "hpp",
"method": "ing_group_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "abn_amro_bank_eur_hpp",
"flow": "hpp",
"method": "abn_amro_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "rabobank_eur_hpp",
"flow": "hpp",
"method": "rabobank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "societe_generale_bank_eur_hpp",
"flow": "hpp",
"method": "societe_generale_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "credit_mutuel_bank_eur_hpp",
"flow": "hpp",
"method": "credit_mutuel_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "la_banque_postale_eur_hpp",
"flow": "hpp",
"method": "la_banque_postale",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "bnp_paribas_bank_eur_hpp",
"flow": "hpp",
"method": "bnp_paribas_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "aktivbank_eur_hpp",
"flow": "hpp",
"method": "aktivbank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "commerzbank_eur_hpp",
"flow": "hpp",
"method": "commerzbank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
},
{
"status": "active",
"code": "deutsche_bank_eur_hpp",
"flow": "hpp",
"method": "deutsche_bank",
"currency": "EUR",
"amount_min": 0.01,
"amount_max": 100000
}
]
50 changes: 50 additions & 0 deletions resources/payment_methods/abn_amro_bank/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions resources/payment_methods/abn_amro_bank/logo.svg
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/aktivbank/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/aktivbank/logo.png
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 b881441

Please sign in to comment.