Fio Statement Downloader Fio Statement Downloader
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
STATEMENTS_DIRstringDirectory to download
STATEMENTS_FORMATstring(default) pdf, csv, gpc, html, json, ofx, xml
Fio Statement Downloader
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Stahova\u010d Fio v\u00fdpis\u016f",
        en: "Fio Statement Downloader"
    },
    description: {
        cs: "St\u00e1hnout FioBank v\u00fdpisy na disk",
        en: "Download FioBank statements to disk"
    },
    executable: "fiobank-statement-downloader",
    homepage: "https:\/\/github.com\/Spoje-NET\/fiobank-statement-tools",
    ociimage: "dockerhub.io\/spojenet\/fiobank-statement-downloader",
    uuid: "51b42eb3-ef0a-48b2-81ba-17c270229594",
    tags: [
        "FioBank",
        "Statements",
        "Downloader"
    ],
    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
        },
        STATEMENTS_DIR: {
            type: "string",
            description: "Directory to download",
            defval: ".",
            required: true
        },
        STATEMENTS_FORMAT: {
            type: "string",
            description: "(default) pdf, csv, gpc, html, json, ofx, xml",
            defval: "pdf",
            required: true
        }
    }
}
Download fio_statement_downloader.multiflexi.app.json