-
Notifications
You must be signed in to change notification settings - Fork 86
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -2550,5 +2550,77 @@ | |||||||||
"name": "SOGEXIA S.A", | ||||||||||
"short_name": "SOGEXIA S.A", | ||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "CMCIFRPP", | ||||||||||
"bank_code": "11978", | ||||||||||
"name": "CREDIT INDUSTRIEL ET COMMERCIAL-CIC", | ||||||||||
"short_name": "CM - CIC BANQUES", | ||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "CMCIFRPP", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"bank_code": "13580", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "FACTOFRANCE", | ||||||||||
"short_name": "FACTOFRANCE", | ||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "CMCIFRPP", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"bank_code": "13888", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "HSBC FACTORING FRANCE", | ||||||||||
"short_name": "HSBC FACTORING FRANCE", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "CMCIFRPP", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"bank_code": "16478", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "HSBC FACTORING FRANCE", | ||||||||||
"short_name": "HSBC FACTORING FRANCE", | ||||||||||
Comment on lines
+2582
to
+2583
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "AGRIFRP1EFG", | ||||||||||
"bank_code": "16850", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "CREDIT AGRICOLE SA (LEASING AND FACTORING)", | ||||||||||
"short_name": "CREDIT AGRICOLE SA (LEASING AND FACTORING)", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "NTSBFRM1", | ||||||||||
"bank_code": "20433", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "N26 BANK GMBH, SUCCURSALE FRANCE", | ||||||||||
"short_name": "N26 FRANCE", | ||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "MPAYFRP1", | ||||||||||
"bank_code": "21933", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "MANGOPAY SA FRANCE", | ||||||||||
"short_name": "MANGOPAY", | ||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "BUNQFRP2", | ||||||||||
"bank_code": "27633", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "BUNQ B.V.", | ||||||||||
"short_name": "BUNQ B.V.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"primary": true | ||||||||||
}, | ||||||||||
{ | ||||||||||
"country_code": "FR", | ||||||||||
"bic": "FNOMFRP2", | ||||||||||
"bank_code": "30833", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||
"name": "FINOM PAYMENTS B.V.", | ||||||||||
"short_name": "FINOM PAYMENTS B.V.", | ||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||
"primary": true | ||||||||||
} | ||||||||||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✔️