• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Enum ScraperResultCode

    Namespace: Subsembly.Scraper
    Assembly: Subsembly.Scraper.dll
    Syntax
    public enum ScraperResultCode

    Fields

    Name Description
    AccountNotSupported
    ChallengeResponseNeeded

    This very special result code may be returned from Login(JsonObject), ContinueLogin(JsonObject), InitiatePayment(SepaDocument), or ContinuePayment(JsonObject) when a challenge response value (usually a TAN) is needed to continue. In response to this result code the client shall obtain the challenge response value (i.e. the TAN) from the user and include it with the other credentials in a followup call to ContinueLogin(JsonObject) or ContinuePayment(JsonObject).

    Exception

    An exception occured during processing of the current call. Exception details are available in DisplayText and DiagnosticTrace.

    Failure

    A programmatic failure occured. Maybe missing JSON data or an invalid state for a method call. These should only occur when there is a bug in the calling code.

    InvalidCsvData
    LoginFailure

    This code must only be returned by Login(JsonObject), whenever the login failed for some other reason than WrongCredentials.

    NotSupported
    QueryResponseNeeded

    The user has to provide more information for Login(JsonObject).

    ScraperFailure

    The scraper implementation encountered some unexpected JSON or HTML content which prevents further processing of the request. Usually this means that the implementation must be fixed.

    Success

    Operation was successful. With this Code, the properties DisplayText and DiagnosticTrace should be null.

    WrongChallengeResponse

    The given ChallengeResponse value was wrong.

    WrongCredentials

    The given security credentials have been proven wrong. Often this may be the result of a Login(JsonObject) with wrong PIN or password.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH