Pohoda Bank to Realpad Pohoda Bank to Realpad
KeyTypeRequiredDescription
APP_DEBUGboolEnable APP debug mode
DEBUGboolEnable debug mode
EASE_LOGGERstringLogger type (e.g., console, file)
POHODA_COMPRESSboolEnable compression for Pohoda API requests
POHODA_DEBUGboolEnable debug mode for Pohoda API
POHODA_TIMEOUTintegerTimeout for Pohoda API requests in milliseconds
REALPAD_PASSWORDpasswordRealpad API password
REALPAD_POHODA_WSstringRealpad API endpoint for testing
REALPAD_PROJECT_IDstringRealpad project ID for which payments are synchronized
REALPAD_USERNAMEstringRealpad API username
RESULT_FILEstringPath to save the result JSON file
Pohoda Bank to Realpad
{
    $schema: "https:\/\/raw.githubusercontent.com\/VitexSoftware\/php-vitexsoftware-multiflexi-core\/refs\/heads\/main\/schema\/application.json",
    image: "",
    name: {
        cs: "Pohoda Bank do Realpadu",
        en: "Pohoda Bank to Realpad"
    },
    description: {
        cs: "Synchronizuje bankovn\u00ed pohyby z Pohody do CRM Realpad.",
        en: "Synchronizes bank movements from Pohoda to Realpad CRM."
    },
    executable: "\/usr\/bin\/pohoda-bank-to-realpad",
    homepage: "https:\/\/github.com\/Spoje-NET\/pohoda-realpad",
    ociimage: "ghcr.io\/spoje-net\/pohoda-realpad:latest",
    uuid: "51f04e80-13f9-49e7-a161-9ebca69e9ca1",
    tags: [
        "Pohoda",
        "Realpad",
        "bank movements",
        "synchronization",
        "CRM"
    ],
    version: "0.2.5.84",
    schemaVersion: "3.3.0",
    requirements: [
        "mserver"
    ],
    environment: {
        APP_DEBUG: {
            type: "bool",
            description: "Enable APP debug mode",
            defval: "0",
            required: false
        },
        DEBUG: {
            type: "bool",
            description: "Enable debug mode",
            defval: "0",
            required: false
        },
        EASE_LOGGER: {
            type: "string",
            description: "Logger type (e.g., console, file)",
            defval: "console",
            required: false
        },
        POHODA_COMPRESS: {
            type: "bool",
            description: "Enable compression for Pohoda API requests",
            defval: "0",
            required: false
        },
        POHODA_DEBUG: {
            type: "bool",
            description: "Enable debug mode for Pohoda API",
            defval: "0",
            required: false
        },
        POHODA_TIMEOUT: {
            type: "integer",
            description: "Timeout for Pohoda API requests in milliseconds",
            defval: "4000",
            required: false
        },
        REALPAD_PASSWORD: {
            type: "password",
            description: "Realpad API password",
            defval: "realpad",
            required: true
        },
        REALPAD_POHODA_WS: {
            type: "string",
            description: "Realpad API endpoint for testing",
            defval: "",
            required: false
        },
        REALPAD_PROJECT_ID: {
            type: "string",
            description: "Realpad project ID for which payments are synchronized",
            defval: "123456",
            required: true
        },
        REALPAD_USERNAME: {
            type: "string",
            description: "Realpad API username",
            defval: "realpad",
            required: true
        },
        RESULT_FILE: {
            type: "string",
            description: "Path to save the result JSON file",
            defval: "pohoda-realpad-result.json",
            required: false
        }
    }
}
Download pohoda_bank_to_realpad.multiflexi.app.json