AbraFlexi Payment Matcher AbraFlexi Payment Matcher
KeyTypeRequiredDescription
ABRAFLEXI_COMPANYstring✔
ABRAFLEXI_LOGINstring✔AbraFlexi Login
ABRAFLEXI_PASSWORDpassword✔AbraFlexi password
ABRAFLEXI_URLstring✔AbraFlexi Server URI
DOCUMENTIDstring✔Payment ID (code or numeric ID)
EASE_LOGGERstringwrite log messages using
RESULT_FILEstringwrite output json data to
AbraFlexi Payment Matcher
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "P\u00e1rova\u010d platby AbraFlexi",
        en: "AbraFlexi Payment Matcher"
    },
    description: {
        cs: "Sp\u00e1ruje konkr\u00e9tn\u00ed p\u0159ijatou platbu dle ID.",
        en: "Matches a specific received payment by ID."
    },
    executable: "abraflexi-match-received-payment",
    homepage: "https:\/\/github.com\/VitexSoftware\/abraflexi-matcher\/",
    uuid: "23bf774d-de12-44b7-b4ef-454dd11ed8fd",
    tags: [
        "AbraFlexi",
        "Matcher",
        "Payment"
    ],
    version: "1.0.0",
    schemaVersion: "3.3.0",
    requirements: [
        "AbraFlexi"
    ],
    environment: {
        ABRAFLEXI_COMPANY: {
            type: "string",
            description: "",
            defval: "demo_de",
            required: true
        },
        ABRAFLEXI_LOGIN: {
            type: "string",
            description: "AbraFlexi Login",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_PASSWORD: {
            type: "password",
            description: "AbraFlexi password",
            defval: "winstrom",
            required: true
        },
        ABRAFLEXI_URL: {
            type: "string",
            description: "AbraFlexi Server URI",
            defval: "https:\/\/demo.flexibee.eu:5434",
            required: true
        },
        DOCUMENTID: {
            type: "string",
            description: "Payment ID (code or numeric ID)",
            defval: "",
            required: true
        },
        EASE_LOGGER: {
            type: "string",
            description: "write log messages using",
            defval: "console|syslog",
            required: false
        },
        RESULT_FILE: {
            type: "string",
            description: "write output json data to",
            defval: "payment_match_report.json",
            required: false
        }
    }
}
Download abraflexi_payment_matcher.multiflexi.app.json