Enum EbicsUserStatus
public enum EbicsUserStatus
Fields
Initialised = 5Subscriber has sent HIA order and INI file.
New = 2Initial state after establishing the subscriber for EBICS ("established")
NewFTAM = 7Subscriber is established for EBICS and for FTAM in the state "Ready" with an EBICS-compliant signature key (A004)
PartlyInitialisedHIA = 4Subscriber has sent HIA order, but no INI file yet
PartlyInitialisedINI = 3Subscriber has sent INI file, yet no HIA.
Ready = 1Subscriber is permitted access
Suspended = 6Suspended (several failed attempts), new initialisation via INI and HIA possible)
SuspendedBank = 9Suspended(by bank), new initialisation via INI and HIA is not possible, suspension can only be revoked by the bank
SuspendedSPR = 8Suspended(by the customer's SPR order), new initialisation via INI and HIA possible.
Unknown = 0Null value.