Fio transaction report Fio transaction report
KeyTypeRequiredDescription
ACCOUNT_NUMBERstringNumber of Account
EASE_LOGGERstringwrite log messages using
FIO_TOKENpasswordToken with account read permission
FIO_TOKEN_NAMEstringName of Token used
LANGsetLocale for this application
RESULT_FILEstringwrite output json data to
TRANSACTION_SCOPEstringTime scope of transactions downloaded
Fio transaction report
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Report transakc\u00ed FioBank",
        en: "Fio transaction report"
    },
    description: {
        cs: "FioBank transakce report",
        en: "FioBank transaction report"
    },
    executable: "fiobank-transaction-report",
    homepage: "https:\/\/github.com\/Spoje-NET\/fiobank-statement-tools",
    uuid: "3d987aa7-906c-4a23-894e-bf160c2780f0",
    tags: [
        "FioBank",
        "Transactions",
        "Json",
        "Report",
        "Check"
    ],
    version: "1.0.1.95",
    schemaVersion: "3.3.0",
    requirements: [
        "FioBank"
    ],
    environment: {
        ACCOUNT_NUMBER: {
            type: "string",
            description: "Number of Account",
            defval: "",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        FIO_TOKEN: {
            type: "password",
            description: "Token with account read permission",
            defval: "",
            required: true
        },
        FIO_TOKEN_NAME: {
            type: "string",
            description: "Name of Token used",
            defval: "",
            required: true
        },
        LANG: {
            type: "set",
            description: "Locale for this application",
            defval: "cs_CZ",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "transaction_report.json",
            required: false
        },
        TRANSACTION_SCOPE: {
            type: "string",
            description: "Time scope of transactions downloaded",
            defval: "last_month",
            required: false
        }
    }
}
Download fio_transaction_report.multiflexi.app.json