open-nav
    Preparing search index...

    Interface NavCredentials

    Credentials of a technical user (technikai felhasználó), created in the Online Számla portal under the taxpayer whose data is being reported.

    These are secrets. Load them from the environment or a secret manager — never from source control — and note that the test and production systems issue separate, non-interchangeable users.

    interface NavCredentials {
        exchangeKey: string;
        login: string;
        password: string;
        signKey: string;
        taxNumber: string;
    }
    Index
    exchangeKey: string

    Exchange key (cserekulcs) used to decrypt the exchange token.

    login: string

    Technical user login, 6–15 alphanumeric characters.

    password: string

    Technical user password, in clear; it is hashed before transmission.

    signKey: string

    Signature key (aláírókulcs) used to sign requests.

    taxNumber: string

    Tax number of the taxpayer being reported for, 8 digits, no VAT suffix.