diff --git a/data/payment_methods.json b/data/payment_methods.json
index 63a48fe176..399b4ba068 100644
--- a/data/payment_methods.json
+++ b/data/payment_methods.json
@@ -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"
+ }
}
]
diff --git a/data/payment_providers.json b/data/payment_providers.json
index 269f9c4e02..30ad74f7e9 100644
--- a/data/payment_providers.json
+++ b/data/payment_providers.json
@@ -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",
diff --git a/data/payment_services.json b/data/payment_services.json
index b725bd6ff2..35e54dc634 100644
--- a/data/payment_services.json
+++ b/data/payment_services.json
@@ -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
}
]
\ No newline at end of file
diff --git a/resources/payment_methods/abn_amro_bank/icon.svg b/resources/payment_methods/abn_amro_bank/icon.svg
new file mode 100644
index 0000000000..20958949eb
--- /dev/null
+++ b/resources/payment_methods/abn_amro_bank/icon.svg
@@ -0,0 +1,50 @@
+
+
diff --git a/resources/payment_methods/abn_amro_bank/logo.svg b/resources/payment_methods/abn_amro_bank/logo.svg
new file mode 100644
index 0000000000..520df86ba6
--- /dev/null
+++ b/resources/payment_methods/abn_amro_bank/logo.svg
@@ -0,0 +1,5 @@
+
diff --git a/resources/payment_methods/aktivbank/icon.png b/resources/payment_methods/aktivbank/icon.png
new file mode 100644
index 0000000000..032bae4f49
Binary files /dev/null and b/resources/payment_methods/aktivbank/icon.png differ
diff --git a/resources/payment_methods/aktivbank/logo.png b/resources/payment_methods/aktivbank/logo.png
new file mode 100644
index 0000000000..e198700379
Binary files /dev/null and b/resources/payment_methods/aktivbank/logo.png differ
diff --git a/resources/payment_methods/bnp_paribas_bank/.xdp-logo.svg.2023_12_13_16_26_26.0.svg-MaYkzu b/resources/payment_methods/bnp_paribas_bank/.xdp-logo.svg.2023_12_13_16_26_26.0.svg-MaYkzu
new file mode 100644
index 0000000000..a8ffc55364
--- /dev/null
+++ b/resources/payment_methods/bnp_paribas_bank/.xdp-logo.svg.2023_12_13_16_26_26.0.svg-MaYkzu
@@ -0,0 +1,775 @@
+
+
+
+
diff --git a/resources/payment_methods/bnp_paribas_bank/icon.svg b/resources/payment_methods/bnp_paribas_bank/icon.svg
new file mode 100644
index 0000000000..f35c79f72c
--- /dev/null
+++ b/resources/payment_methods/bnp_paribas_bank/icon.svg
@@ -0,0 +1,249 @@
+
+
+
+
diff --git a/resources/payment_methods/bnp_paribas_bank/logo.svg b/resources/payment_methods/bnp_paribas_bank/logo.svg
new file mode 100644
index 0000000000..84475bac1b
--- /dev/null
+++ b/resources/payment_methods/bnp_paribas_bank/logo.svg
@@ -0,0 +1,650 @@
+
+
+
+
+
+
+
+
+
+
+]>
+
diff --git a/resources/payment_methods/commerzbank/icon.svg b/resources/payment_methods/commerzbank/icon.svg
new file mode 100644
index 0000000000..15f1c6916c
--- /dev/null
+++ b/resources/payment_methods/commerzbank/icon.svg
@@ -0,0 +1,177 @@
+
+
diff --git a/resources/payment_methods/commerzbank/logo.svg b/resources/payment_methods/commerzbank/logo.svg
new file mode 100644
index 0000000000..2345d21e3c
--- /dev/null
+++ b/resources/payment_methods/commerzbank/logo.svg
@@ -0,0 +1,45 @@
+
+
+
diff --git a/resources/payment_methods/credit_mutuel_bank/icon.png b/resources/payment_methods/credit_mutuel_bank/icon.png
new file mode 100644
index 0000000000..fad9914237
Binary files /dev/null and b/resources/payment_methods/credit_mutuel_bank/icon.png differ
diff --git a/resources/payment_methods/credit_mutuel_bank/logo.png b/resources/payment_methods/credit_mutuel_bank/logo.png
new file mode 100644
index 0000000000..4e803af9ba
Binary files /dev/null and b/resources/payment_methods/credit_mutuel_bank/logo.png differ
diff --git a/resources/payment_methods/deutsche_bank/icon.png b/resources/payment_methods/deutsche_bank/icon.png
new file mode 100644
index 0000000000..5f5a568797
Binary files /dev/null and b/resources/payment_methods/deutsche_bank/icon.png differ
diff --git a/resources/payment_methods/deutsche_bank/logo.png b/resources/payment_methods/deutsche_bank/logo.png
new file mode 100644
index 0000000000..40a704b236
Binary files /dev/null and b/resources/payment_methods/deutsche_bank/logo.png differ
diff --git a/resources/payment_methods/ing_group_bank/icon.png b/resources/payment_methods/ing_group_bank/icon.png
new file mode 100644
index 0000000000..3d87ee4cc5
Binary files /dev/null and b/resources/payment_methods/ing_group_bank/icon.png differ
diff --git a/resources/payment_methods/ing_group_bank/logo.png b/resources/payment_methods/ing_group_bank/logo.png
new file mode 100644
index 0000000000..80457069d4
Binary files /dev/null and b/resources/payment_methods/ing_group_bank/logo.png differ
diff --git a/resources/payment_methods/la_banque_postale/icon.svg b/resources/payment_methods/la_banque_postale/icon.svg
new file mode 100644
index 0000000000..7216683557
--- /dev/null
+++ b/resources/payment_methods/la_banque_postale/icon.svg
@@ -0,0 +1,72 @@
+
+
+
+
diff --git a/resources/payment_methods/la_banque_postale/logo.svg b/resources/payment_methods/la_banque_postale/logo.svg
new file mode 100644
index 0000000000..08b53e67c8
--- /dev/null
+++ b/resources/payment_methods/la_banque_postale/logo.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/resources/payment_methods/n26_bank/icon.png b/resources/payment_methods/n26_bank/icon.png
new file mode 100644
index 0000000000..0474eb47df
Binary files /dev/null and b/resources/payment_methods/n26_bank/icon.png differ
diff --git a/resources/payment_methods/n26_bank/logo.png b/resources/payment_methods/n26_bank/logo.png
new file mode 100644
index 0000000000..35fafd06d6
Binary files /dev/null and b/resources/payment_methods/n26_bank/logo.png differ
diff --git a/resources/payment_methods/rabobank/icon.png b/resources/payment_methods/rabobank/icon.png
new file mode 100644
index 0000000000..7226d799c8
Binary files /dev/null and b/resources/payment_methods/rabobank/icon.png differ
diff --git a/resources/payment_methods/rabobank/logo.png b/resources/payment_methods/rabobank/logo.png
new file mode 100644
index 0000000000..3795b5b2a5
Binary files /dev/null and b/resources/payment_methods/rabobank/logo.png differ
diff --git a/resources/payment_methods/revolut_bank/icon.png b/resources/payment_methods/revolut_bank/icon.png
new file mode 100644
index 0000000000..c62011db61
Binary files /dev/null and b/resources/payment_methods/revolut_bank/icon.png differ
diff --git a/resources/payment_methods/revolut_bank/logo.svg b/resources/payment_methods/revolut_bank/logo.svg
new file mode 100644
index 0000000000..7cc15d8107
Binary files /dev/null and b/resources/payment_methods/revolut_bank/logo.svg differ
diff --git a/resources/payment_methods/societe_generale_bank/icon.jpg b/resources/payment_methods/societe_generale_bank/icon.jpg
new file mode 100644
index 0000000000..ae0bec5c91
Binary files /dev/null and b/resources/payment_methods/societe_generale_bank/icon.jpg differ
diff --git a/resources/payment_methods/societe_generale_bank/logo.png b/resources/payment_methods/societe_generale_bank/logo.png
new file mode 100644
index 0000000000..31a5b87aee
Binary files /dev/null and b/resources/payment_methods/societe_generale_bank/logo.png differ