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

Change BIC check to lookup (Z#23149160) #36

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ser8phin
Copy link

@ser8phin ser8phin commented Apr 2, 2024

Removing the payment BIC FormField and looking up the BIC corresponding to the IBAN instead, since it is no longer mandatory to provide the BIC

(german source: https://www.verbraucherzentrale.de/wissen/geld-versicherungen/sparen-und-anlegen/sepa-europaweite-regeln-im-zahlungsverkehr-11512)

I would have preferred to leave the field and make it optional, but there seems to be no indicator on those FormFields, even when setting required=False, but that's why for now the FormField declaration has only been commented out

@ser8phin ser8phin changed the title Change BIC check to lookup Change BIC check to lookup (Z#23149160) Apr 2, 2024
@ser8phin ser8phin marked this pull request as draft April 2, 2024 15:53
@ser8phin ser8phin marked this pull request as ready for review April 2, 2024 16:01
@ser8phin
Copy link
Author

ser8phin commented Apr 3, 2024

I haven't yet been able to rule out, that we might have multiple hits on the bic table 😱 but then we'd only use the best match now, as in the one with the most digits from iban

@ser8phin ser8phin marked this pull request as draft April 3, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant