Skip to content

EBICS: weitere Banken bereitstellen #1427

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

Closed
11 of 39 tasks
kronn opened this issue Oct 18, 2021 · 1 comment · Fixed by #1505
Closed
11 of 39 tasks

EBICS: weitere Banken bereitstellen #1427

kronn opened this issue Oct 18, 2021 · 1 comment · Fixed by #1505

Comments

@kronn
Copy link
Member

kronn commented Oct 18, 2021

EBICS wurde erstmal exemplarisch mit der Postfinance integriert.

Neu sollen jetzt auch weitere Schweizer Banken vorkonfiguriert werden, um eine breitere Nutzung des Features zu ermöglichen.

Banken:

  • Kantonalbanken (24)
  • UBS
  • Raiffeisen
  • CreditSuisse
  • weitere?

Tech Spec

  • Es sollte ausreichen, wenn die Hashwerte in die settings.yml übernommen werden.
  • Vielleicht kann man kurz prüfen, ob eine Extraktion in eine eigene Datei oder sogar
    in die DB sinnvoll ist. Ziel ist aber erstmal, die weiteren Banken hinzuzufügen.
  • Aktuell baut eine erfolgreiche Bankenanbindung darauf auf, dass die Auftragsart
    Z54 unterstützt wird. Die bitte jeweils kurz prüfen.
  • Siehe auch RECHNUNGEN: Postfinance als PaymentProvider hinterlegen #1334

Alternative: Config in die DB verschieben, UI bauen und den Kunden die Daten
eintragen lassen. Vorkonfiguration und Update wäre über Production-Seeds
möglich.

Umsetzungsplan "settings erweitern"

Umsetzungsplan "Self-Service UI"

  • Config komplett in die DB verschieben
    • Migration/Model PaymentProvider hinzuzufügen
      • name (varchar 255, not null)
      • url (varchar 255, not null)
      • host_id (varchar 255, not null)
      • encryption_hash (varchar 255, not null)
      • authentication_hash (varchar 255, not null)
    • Validation
      • url ist eine gültige URL
      • host_id besteht nur aus Grossbuchstaben
      • encryption_hash ist E002-Hash (SHA256)
      • authentication_hash ist X002-Hash (SHA256)
    • Hinweis, dass "EBICS 2.5" unterstützt wird
    • Controller für CRUD-Interface, um PaymentProvider zu verwalten
    • In Einstellungen verorten
    • Zugriff für Personen mit :admin-Permission
  • bisherige settings in seeds verschieben
  • evtl weitere Banken hinzufügen (siehe Umsetzungsplan "settings erweitern")
  • CHANGELOG-Eintrag hinzufügen
@olibrian
Copy link
Member

Präferenz liegt auf Settings erweitern, da die Anzahl Banken wohl eher statisch sind und ein Benutzer mit dem GUI überfordert ist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants