ČSas transaction report ČSas transaction report
KeyTypeRequiredDescription
ACCOUNT_CURRENCYstringfor multicurrency accounts please specify one
ACCOUNT_NUMBERstringBank Account Number
APP_DEBUGboolEnable application debug mode
CSAS_ACCESS_TOKENstringAccess token for CSAS
CSAS_ACCOUNT_IBANstringIBAN of the CSAS account
CSAS_ACCOUNT_UUIDstringUUID of the CSAS account
CSAS_API_DEBUGboolEnable API debug mode
CSAS_API_KEYstringAPI key for CSAS
CSAS_SANDBOX_MODEboolEnable sandbox mode for CSAS
EASE_LOGGERstringwrite log messages using
REPORT_SCOPEstringTime scope of transactions downloaded
RESULT_FILEstringwrite output json data to
STATEMENT_FORMATsetpdf or xml
ZABBIX_KEYstringDefault name for Zabbix Item key name
ČSas transaction report
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "\u010cSas transak\u010dn\u00ed report",
        en: "\u010cSas transaction report"
    },
    description: {
        cs: "CSas transak\u010dn\u00ed report",
        en: "CSas transaction report"
    },
    executable: "csas-transaction-report",
    homepage: "https:\/\/github.com\/VitexSoftware\/csas-statement-tools",
    uuid: "d82ef26e-2bfc-4171-ad92-4eae643a5249",
    tags: [
        "Bank",
        "Csas",
        "Transactions",
        "Check",
        "Json",
        "Report"
    ],
    version: "0.1.3.50",
    schemaVersion: "3.3.0",
    environment: {
        ACCOUNT_CURRENCY: {
            type: "string",
            description: "for multicurrency accounts please specify one",
            defval: "CZK",
            required: false
        },
        ACCOUNT_NUMBER: {
            type: "string",
            description: "Bank Account Number",
            defval: "",
            required: false
        },
        APP_DEBUG: {
            type: "bool",
            description: "Enable application debug mode",
            defval: "0",
            required: false
        },
        CSAS_ACCESS_TOKEN: {
            type: "string",
            description: "Access token for CSAS",
            defval: "",
            required: true
        },
        CSAS_ACCOUNT_IBAN: {
            type: "string",
            description: "IBAN of the CSAS account",
            defval: "",
            required: false
        },
        CSAS_ACCOUNT_UUID: {
            type: "string",
            description: "UUID of the CSAS account",
            defval: "",
            required: false
        },
        CSAS_API_DEBUG: {
            type: "bool",
            description: "Enable API debug mode",
            defval: "0",
            required: false
        },
        CSAS_API_KEY: {
            type: "string",
            description: "API key for CSAS",
            defval: "",
            required: true
        },
        CSAS_SANDBOX_MODE: {
            type: "bool",
            description: "Enable sandbox mode for CSAS",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        REPORT_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "last_month",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction_report_{ACCOUNT_NUMBER}.json",
            required: false
        },
        STATEMENT_FORMAT: {
            type: "set",
            description: "pdf or xml",
            defval: "xml",
            required: false
        },
        ZABBIX_KEY: {
            type: "string",
            description: "Default name for Zabbix Item key name",
            defval: "Raiff-Balance-{ACCOUNT_NUMBER}",
            required: false
        }
    },
    artifacts: [
        {
            name: "Transaction report",
            path: "^transaction_report_[A-Za-z0-9]+\\.json$",
            type: "file",
            description: {
                cs: "Generovan\u00e9 bankovn\u00ed v\u00fdpisy",
                en: "Generated bank statements"
            }
        }
    ]
}
Download _sas_transaction_report.multiflexi.app.json