Raiffeisenbank Statement importer for AbraFlexi Raiffeisenbank Statement importer for AbraFlexi
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstringCompany code
ABRAFLEXI_LOGINstringAbraFlexi Login
ABRAFLEXI_PASSWORDpasswordAbraFlexi password
ABRAFLEXI_URLstringAbraFlexi Server URI
ACCOUNT_NUMBERstringBank Account Number
APP_DEBUGbool✔Show debug messages
BANKA+stringNum row for income
BANKA-stringNum row for epense
CERT_FILEfile-pathCertificate file
CERT_PASSpasswordCertificate password
EASE_LOGGERstringwrite log messages using
IMPORT_SCOPEstringTime scope of transactions downloaded
RESULT_FILEstringwrite output json data to
STATEMENT_LANGUAGEsetRequest Bank Statement in given language
STATEMENT_LINEsetBank Statement line
XIBMCLIENTIDstringClientID
Raiffeisenbank Statement importer for AbraFlexi
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Import\u00e9r v\u00fdpis\u016f Raiffeisenbank pro AbraFlexi",
        en: "Raiffeisenbank Statement importer for AbraFlexi"
    },
    description: {
        cs: "Stahova\u010d v\u00fdpis\u016f Raiffeisenbank",
        en: "Raiffeisen Bank Statements puller"
    },
    executable: "abraflexi-raiffeisenbank-statements",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-raiffeisenbank",
    uuid: "ad1394f4-cf59-4523-a83c-020a779ccc2f",
    tags: [
        "RaiffeisenBank",
        "Statements"
    ],
    version: "1.5.1.123",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi",
        "RaiffeisenBank"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "Company code",
            defval: "demo_de",
            required: false
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: false
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: false
        },
        ACCOUNT_NUMBER: {
            type: "string",
            description: "Bank Account Number",
            defval: "",
            required: false
        },
        APP_DEBUG: {
            type: "bool",
            description: "Show debug messages",
            defval: "0",
            required: true
        },
        BANKA+: {
            type: "string",
            description: "Num row for income",
            defval: "",
            required: false
        },
        BANKA-: {
            type: "string",
            description: "Num row for epense",
            defval: "",
            required: false
        },
        CERT_FILE: {
            type: "file-path",
            description: "Certificate file",
            defval: "",
            required: false
        },
        CERT_PASS: {
            type: "password",
            description: "Certificate password",
            defval: "",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        IMPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "yesterday",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "env_report.json",
            required: false
        },
        STATEMENT_LANGUAGE: {
            type: "set",
            description: "Request Bank Statement in given language",
            defval: "en",
            required: false
        },
        STATEMENT_LINE: {
            type: "set",
            description: "Bank Statement line",
            defval: "ADDITIONAL",
            required: false
        },
        XIBMCLIENTID: {
            type: "string",
            description: "ClientID",
            defval: "",
            required: false
        }
    }
}
Download raiffeisenbank_statement_importer_for_abraflexi.multiflexi.app.json