You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oft gibt es in den Buchhaltungsabteilungen eine Rollentrennung zwischen "Zahlungserfassung und Upload in's e-Banking" im Buchhaltungssystem und der effektiven Freigabe der Zahlung zur Ausführung im e-Banking.
Der Ablauf im API erfordert nach der Auslösung im Buchhaltungssystem direkt ein Login und eine Bestätigung im e-Banking
Änderungsantrag:
Der TPP soll im Rahmen der Consent-Erteilung für die Konten zusätzlich zu den Lese-Freigaben (Stammdaten/Bewegungen/Saldo) auch ein "Schreib" Rechte für die Zahlungseinlieferung ohne Ausführung vergeben können.
In diesem Fall könnte der TPP anschliessend Zahlungsdateien in das e-Banking zur Freigabe bereitstellen (siehe Punkt 1 der Ausgangslage).
Die Erweiterung in der interaktiven Consent Erteilung (POST "/v1/constents") könnte wie folgt aussehen:
accountAccess:
description: | Requested access services for a consent.type: objectproperties:
accounts:
...
balances:
...
transactions:
...
payment-uploads:
description: | Is asking for payment-uploads to be uploaded to the addressed accounts. This payments only be executed after an additional direct oder automatic consent of the PSU inside the Online Banking. Payments will stop with the status "ACCP" after technical validation.If the array is empty, the TPP is asking to upload payments to all accessible account lists.This may be restricted in a PSU/ASPSP authorization dialogue.If the array is empty, also the arrays for accounts or balances shall be empty, if used.type: arrayitems:
$ref: "#/components/schemas/accountReference16-CH"
The text was updated successfully, but these errors were encountered:
openbankingproject-ch
changed the title
Dauerfreigabe für Anlieferung einer Zahlungsdatei
Dauerfreigabe für Anlieferung einer Zahlungsdatei (Payment Submission Service, PSS)
Apr 22, 2021
Ausgangslage:
Änderungsantrag:
Die Erweiterung in der interaktiven Consent Erteilung (POST "/v1/constents") könnte wie folgt aussehen:
Beispielanfrage:
Spezifikationserweiterung:
The text was updated successfully, but these errors were encountered: