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
It is currently impossible to perform multisegmented downloads.
Sometimes we may have multiple downloadable segments coming from EBICS. In this case, the first request/response pair is transferred in Initialisation phase. Following requests are delivered in Transfer phase and may not contain a transaction key. After all segments have been transferred, the client may request a Receipt.
Diagram from spec:
Proposed PR contains a loop that makes requests until the last segment is received from EBICS.
The text was updated successfully, but these errors were encountered:
It is currently impossible to perform multisegmented downloads.
Sometimes we may have multiple downloadable segments coming from EBICS. In this case, the first request/response pair is transferred in
Initialisation
phase. Following requests are delivered inTransfer
phase and may not contain a transaction key. After all segments have been transferred, the client may request aReceipt
.Diagram from spec:
Proposed PR contains a loop that makes requests until the last segment is received from EBICS.
The text was updated successfully, but these errors were encountered: