Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few french banks #237

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions schwifty/bank_registry/manual_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2550,5 +2550,77 @@
"name": "SOGEXIA S.A",
"short_name": "SOGEXIA S.A",
"primary": true
},
{
"country_code": "FR",
"bic": "CMCIFRPP",
"bank_code": "11978",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️
image

"name": "CREDIT INDUSTRIEL ET COMMERCIAL-CIC",
"short_name": "CM - CIC BANQUES",
"primary": true
},
{
"country_code": "FR",
"bic": "CMCIFRPP",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about this BIC/SWIFT code? It looks like the CIC one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bic": "CMCIFRPP",
"bic": "FACFFRPP",

"bank_code": "13580",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

"name": "FACTOFRANCE",
"short_name": "FACTOFRANCE",
"primary": true
},
{
"country_code": "FR",
"bic": "CMCIFRPP",
Copy link
Contributor

@Natim Natim Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about this BIC/SWIFT code? It looks like the CIC one

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bic": "CMCIFRPP",
"bic": "ELFAFRP1XXX",

"bank_code": "13888",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

"name": "HSBC FACTORING FRANCE",
"short_name": "HSBC FACTORING FRANCE",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"short_name": "HSBC FACTORING FRANCE",
"short_name": "HSBC",

"primary": true
},
{
"country_code": "FR",
"bic": "CMCIFRPP",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"bic": "CMCIFRPP",
"bic": "CRNPFRP1XXX",

"bank_code": "16478",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

"name": "HSBC FACTORING FRANCE",
"short_name": "HSBC FACTORING FRANCE",
Comment on lines +2582 to +2583
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "HSBC FACTORING FRANCE",
"short_name": "HSBC FACTORING FRANCE",
"name": "LA BANQUE POSTALE LEASING ET FACTORING",
"short_name": "LA BANQUE POSTALE",

"primary": true
},
{
"country_code": "FR",
"bic": "AGRIFRP1EFG",
"bank_code": "16850",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

image

"name": "CREDIT AGRICOLE SA (LEASING AND FACTORING)",
"short_name": "CREDIT AGRICOLE SA (LEASING AND FACTORING)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"short_name": "CREDIT AGRICOLE SA (LEASING AND FACTORING)",
"short_name": "CREDIT AGRICOLE",

"primary": true
},
{
"country_code": "FR",
"bic": "NTSBFRM1",
"bank_code": "20433",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

image

"name": "N26 BANK GMBH, SUCCURSALE FRANCE",
"short_name": "N26 FRANCE",
"primary": true
},
{
"country_code": "FR",
"bic": "MPAYFRP1",
"bank_code": "21933",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

image

"name": "MANGOPAY SA FRANCE",
"short_name": "MANGOPAY",
"primary": true
},
{
"country_code": "FR",
"bic": "BUNQFRP2",
"bank_code": "27633",
Copy link
Contributor

@Natim Natim Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

image

"name": "BUNQ B.V.",
"short_name": "BUNQ B.V.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"short_name": "BUNQ B.V.",
"short_name": "BUNQ",

"primary": true
},
{
"country_code": "FR",
"bic": "FNOMFRP2",
"bank_code": "30833",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️

image

"name": "FINOM PAYMENTS B.V.",
"short_name": "FINOM PAYMENTS B.V.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"short_name": "FINOM PAYMENTS B.V.",
"short_name": "FINOM",

"primary": true
}
]
Loading