DEM configuration
These are DEM configuration keys and global variables.
Bank
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Get_Started_Url/GET_STARTED_URL | string | Link to the video on prelogin Get started page. |
FactoryConfig_Bank_Account_Prefix | string | Account prefix specific to bank. |
Factory_BankWebUri | string | Link to the bank's web application. |
FactoryConfig_Bank_Name | string | Name of the bank. |
FactoryConfig_App_Name | string | Application name. |
FactoryConfig_Get_Account_Terms_Link | string | Link to the Terms and Conditions of the bank. |
FactoryConfig_Banner_Promotional_Url | string | Link to revive banner in pre-login. |
FactoryConfig_Banner_Add_Url/DEFAULT_BANNER_ADD_URL | string | Link to revive banner used on post-login. |
FactoryConfig_Banner_Add_Fallback_Url | string | Link to the image, which is used when there is no banner. |
TRANSFER_CROSS_BORDER_DEBTOR_BANKNAME | string | Bank name, which will be set for cross-border payment debtor bank. |
TRANSFER_CROSS_BORDER_DEBTOR_ADDRESSLINE | string | Bank address, which will be set for cross-border payment debtor bank address line. |
TRANSFER_CROSS_BORDER_DEBTOR_LOCALITY | string | Bank city, which will be set for cross-border payment debtor bank city. |
TRANSFER_CROSS_BORDER_DEBTOR_COUNTRY | string | Bank country in alpha-2 format, which will be set for cross-border payment debtor bank country. |
FactoryConfig_Get_MCash_Terms_Link | string | Link to the Terms and Conditions of the bank. |
FactoryConfig_Get_Bimetric_Terms_Link | string | Link to the Terms and Conditions of the bank. |
FactoryConfig_Get_Prelogin_Balance_Terms_Link | string | Link to the Terms and Conditions of the bank. |
API Global settings
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Tracker_Url | string | Link to the service for tracking page views. Initial value: MatomoPiwik. |
FactoryConfig_API_Endpoint | string | Default api endpoint. |
FactoryConfig_API_ClientCulture | string | Api client culture. |
FactoryConfig_API_Identity_Endpoint | string | Api indentity endpoint. |
FactoryConfig_API_Scope | string | Api scope. |
FactoryConfig_API_Activate_Channel | string | Api activation channel. |
FactoryConfig_API_Activate_ChannelSecret | string | Api activation channel secret. |
FactoryConfig_API_Channel | string | Api channel. |
FactoryConfig_API_ChannelSecret | string | Api channel secret. |
FactoryConfig_API_Pre_Channel | string | Api pre-channel. |
FactoryConfig_API_Pre_Scope | string | Api pre-scope. |
FactoryConfig_API_Global_Customer_Prefix | string | Api global customer prefix. |
FactoryConfig_API_Endpoint_Test | string | Api test endpoint. |
FactoryConfig_API_Endpoint_Demo | string | Demo api endpoint. |
FactoryConfig_API_Identity_Endpoint_Demo | string | Demo api indentity endpoint. |
FactoryConfig_Demo_User | string | Demo user. |
FactoryConfig_Demo_Pawd | string | Demo user's password. |
FactoryConfig_Test_User | string | Default api test user. |
FactoryConfig_Test_Pawd | string | Default api test user's password. |
FactoryConfig_Test_SME_User | string | Default api SME user. |
FactoryConfig_Test_SME_Pawd | string | Default api SME user's password. |
FactoryConfig_Test_GLOBAL_User | string | Default api test global user. |
FactoryConfig_Test_GLOBAL_Pawd | string | Default api test global user's password. |
FactoryConfig_Authorization_Type | string | Default authorization type. |
FactoryConfig_Authorization_Type_Signature | string | Default authorization type for signing. |
FactoryConfig_Authorization_Dialog_ViewModel | string | Defined authorization dialog view model. |
Feature management
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_FeatureSettings/JSONFeatureSettings | string | Turns on/off application features. Read more on this link. |
Payment/Exchange
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Local_Currency | string | Defined local currency. |
FactoryConfig_Format_Currency_String | string | String format for currency. |
FactoryConfig_Format_Currency_Exchange_String | string | String format for currency on Currency Exchange. |
FactoryConfig_Format_Date_String | string | String format for date. |
FactoryConfig_Exchange_Rate_Lists_Currencies | string | List of currencies shown on Exchange Rates. |
FactoryConfig_Exchange_Rate_Currencies_Widget | string | List of currencies shown on Exchange Rate widget. |
FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryWithText | bool | If set to true, on Standard payment form user will be able to enter creditor account not only in numbers, but in letters also, and then FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryOnlyNumbers should be set to false. If set to false this input will not be visible and FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryOnlyNumbers should be set to true. |
FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryOnlyNumbers | bool | If set to true, on Standard payment form user will be able to enter creditor account only in numbers and then FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryWithText should be set to false. If set to false this input will not be visible and FactoryConfig_StandardPayment_ShowCreditorAccountNumberEntryWithText should be set to true. |
FactoryConfig_MaxInstructedAmount | decimal | Defined maximum value for instructed amount for payments. |
FactoryConfig_Is_Save_Payment_As_Draft_Visible | bool | Turns on/off visibility for Save payment as draft action. If set to true, action will be visible. If set to false, it will be not visible. |
FactoryConfig_Have_CurrencyConversion | bool | Turns on/off visibility for Currency conversion action. If set to true button on Exchange Rates page that leades to currency conversion and filter options related to currency conversion will be visible, if set to false they will be not. |
FactoryConfig_Have_CurrencyBuyAndSell | bool | Turns on/off visibility for Buy and Sell buttons on Exchange Rates page. If set to true buttons will be visible, if set to false, they will be not visible. |
FactoryConfig_ValidateCrossBorderAttacmentsWhenPurposeCodeIs894 | bool | Turns on/off validation for attachments for 894 purpose code on cross-border payment. If set to true, attachments will be mandatory for this purpose code. If set to false, user will be able to perform payment without uploading an attachment for this purpose code, the uploud button will not be visible. |
FactoryConfig_UseCurrencyInstandCodeForGetRate | bool | If set to true exchange rate will be looked by currency, if set to false code will be used. |
FactoryConfig_IsFromAndToCurrencyApiMandatory | bool | If set to true, FromCurrency and ToCurrency will be in api request that mobile app sends, if set to false will be not, because it's not mandatory. |
FactoryConfig_Fix_Playment_Cancel_And_Continue_Buttons | bool | If set to true Continue and Cancel buttons on payment pages will be fixed (visible without scroll) on form, if set to false they will be not. |
FactoryConfig_Instant_Payment_Service_Code | string | Instant payment service code. |
FactoryConfig_Show_Select_IP_Default_Account | bool | Turns on/off visibiliy for instant payment default account selection on instant payment generate process. If set to true user will be able to select default account. If set to false, the selection will not be visible, system takes first account from the list of accounts as a defualt account. |
FactoryConfig_IPS_PreLogin_DelayInMs | int | Miliseconds defined for delay on IPS prelogin payment. Added for specific bank. |
FactoryConfig_Get_MCash_Alias_Kinds | string | List of mCash alias kinds. |
FactoryConfig_PaymentSpecificationListScreen | string | Defines the name of a page to be navigated from cross border payment for preview of a payment specifications list. |
FactoryConfig_PaymentSpecificationAddScreen | string | Defines the name of a page to be navigated to add payment specification. |
FactoryConfig_ValidatePaymentSpecControlYearAndNumberWhenPurposeCodeIs112 | bool | Controls whether control number and control year of payment specification will be mandatory for purpose code 112. Default value is true, but if you don't want to validate this two properties, you can set it to false and they will be always optional. |
FactoryConfig_IsPaymentSpecDocumentUploadVisible | bool | If you set it to false it will hide documentation file picker from add specification screen and show a new one on the initial form of cross border payment, where user can optionally add/delete documents, but its default value is true and if you don't change it, application will behave like so far and documentation will be related to purpose code. |
FactoryConfig_QRScanPaymentPage | string | Defines the name of a page to be navigated after QR scanning (request to pay - scan QR). |
FactoryConfig_AllowAmountCurrencyPicker | bool | On payment orders, the currency of multi-currency accounts could be changed only from account picker, but we added posiliblity to change currency from the currency picker next to the amount. This key controls the behavior. Default value is false, but you can set it to true in order to turn this feature on. |
FactoryConfig_CASPaymentAliasList | string | Defined list of aliases that can be used for CAS payment, default value is "mobile-phone,email-address". |
FactoryConfig_ShowRegisterForCASActionOnPostTransactionScreen | bool | Defines whether register in CAS action will be visible on CAS payment post transaction screen for users users who are not already registered. Default value is true, but if you set it to false this action will not be visible. |
FactoryConfig_ShowCASRegistrationNotificationDialog | bool | Defines whether dialog that describes CAS will pop up on the first login of active user or not. Default value is false, but you can set it to true in order to turn this on. |
Arrangements
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Get_Arrangement_Kinds | string | Defined arrangement kinds. |
FactoryConfig_Get_Arrangement_Role_Kinds | string | Defined arrangement role kinds. |
FactoryConfig_Get_Installment_Plan_Kinds | string | Arrangement kinds for which you want to get installment plan. |
FactoryConfig_Get_Max_Arrangement_Count | string | Number which will be sent as a page size in api request that mobile sends to get all arrangements. |
FactoryConfig_Get_Arrangement_Statuses | string | Defined arrangement statuses. |
FactoryConfig_Not_Display_Arrangement_Kinds | string | Defined arrangement kinds not to be displayed. |
FactoryConfig_Display_Deposit_As_Current_Account | bool | Defines whether deposit accounts will be displayed as current accounts. If set to true they will be displayed as current accounts, if set to false they will be not. |
FactoryConfig_Display_Current_Account_Codes | string | List of current account codes. |
FactoryConfig_HasProfileArrangement | bool | Defines whether to load an ArrangementProfile for arrangement number. If set to true arrangement profile will be loaded, if set to false it will be not. |
Cards
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Get_Card_Statuses | string | Defined card statuses. |
FactoryConfig_IncludeAddressDataInPermanentCardBlockage | bool | Turns on/off part in which user can see and change address in card blockade process. If set to true, this step will be visible. If set to false, it will be not - card blockade will be performed without this step. |
FactoryConfig_IncludeCardsOnDashboardAccountWidget | bool | Turns on/off visibility of cards tab on dashboard. If set to true, cards will be visible on dashboard. If set to false, they can only be accessed from the menu. |
FactoryConfig_Get_Card_Unblock_VisualAid | string | Path to the image that will be shown as visual aid on card unblock page. |
FactoryConfig_IsCardChangePinActionEnabled | bool | Turns on/off visibility of change card pin action. If set to true, this action will be visible, if set to false - it will be not. |
FactoryConfig_Get_Card_Deblockade_Terms_Link | string | Link to the card unblock terms, which user has to accept to finish card unblock process. |
FactoryConfig_SendCardStatementsOnMail | bool | Turns on/off option of sending card statement to an email. If set to true this option will be enabled, it set to false it will be not. Developed for specific bank, requires new model. |
FactoryConfig_ShowCardExpirationDate | bool | If set to true card expiration date will be displayed on cards, if set to false it will be not. |
FactoryConfig_ShowAnalitcsOnCardReservedBalance | bool | If set to true, on card details for reserved balance will be link that leads on card analitics. If set to false, on card details for reserved balance will be displayed blocked balance. |
Cheques
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_ChequeClearedDateFromDefaultValue | int | Default value for ClearedDateFrom field, in relation to today's date. If you set -1 as a value for this key, the default ClearedDateFrom will be one month to the past from today. If you set 1, the default ClearedDateFrom will be one month from now. |
FactoryConfig_ChequeClearedDateToDefaultValue | int | Default value for ClearedDateTo field, in relation to today's date. If you set -1 as a value for this key, the default ClearedDateTo will be one month to the past from today. If you set 1, the default ClearedDateTo will be one month from now. |
FactoryConfig_ChequeIssueDateToDefaultValue | int | Default value for IssueDateTo field, in relation to today's date. If you set -1 as a value for this key, the default IssueDateTo will be one month to the past from today. If you set 1, the default IssueDateTo will be one month from now. |
FactoryConfig_ChequeIssueDateFromDefaultValue | int | Default value for IssueDateFrom field, in relation to today's date. If you set -1 as a value for this key, the default IssueDateFrom will be one month to the past from today. If you set 1, the default IssueDateFrom will be one month from now. |
Transfers
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_TransfersFilterDateFromDefaultValue | int | Default value for Date from field on Filter options, in relation to today's date. If you set -1 as a value for this key, the default date from will be one month to the past from today. If you set 1, the default date from will be one month from now. |
FactoryConfig_TransfersFilterDateToDefaultValue | int | Default value for Date to field on Filter options, in relation to today's date. If you set -1 as a value for this key, the default date to will be one month to the past from today. If you set 1, the default date to will be one month from now. |
ShowTransfersDefaultAccountSettings | bool | Turns on/off possibility to manage default account for transfers list on Default account management screen. If set to true, this option will be visible, if set to false, it will be not. |
Transactions
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_TransactionsFilterDateFromDefaultValue | int | Default value for Date from field on Filter options, in relation to today's date. If you set -1 as a value for this key, the default date from will be one month to the past from today. If you set 1, the default date from will be one month from now. |
FactoryConfig_TransactionsFilterDateToDefaultValue | int | Default value for Date to field on Filter options, in relation to today's date. If you set -1 as a value for this key, the default date to will be one month to the past from today. If you set 1, the default date to will be one month from now. |
FactoryConfig_TransactionsFilterDateValidRange | int | Number of months which represents a valid filter transaction range. If you set 6 as a value for this key, user can filter transactions by date in range of 6 months, for example - for from January to July, or from July to December. |
FactoryConfig_Latest_Transactions_Period_Days | int | Number od days, as a date filter for Latest transactions widget. If you set -30 as a value, transactions performed from 30 days back to the past to today's date will be shown. |
FactoryConfig_TransactionsExportToPdfWithoutFilterDateFrom | int | Default value for Date from on export to pdf without filtering transactions list, in relation to today's date. If you set -1 as a value for this key, the default date from will be one month to the past from today. If you set 1, the default date from will be one month from now. |
FactoryConfig_TransactionsExportToPdfWithoutFilterDateTo | int | Default value for Date to on export to pdf without filtering transactions list, in relation to today's date. If you set -1 as a value for this key, the default date from will be one month to the past from today. If you set 1, the default date to will be one month from now. |
Standing orders
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_StandingOrder_Periods | string | Periods which can be chosen for standing order executions. |
FactoryConfig_StandingOrder_Types | string | Standing order payment types |
FactoryConfig_IsBalanceTransferStandingOrderSupported | bool | Turns on/off Balance transfer standing orders. If set to true, option for opening the Balance transfer standing orders form will be visible, if set to false it will be not visible. |
FactoryConfig_IsStandingOrderFilterSupported | bool | Turns on/off filter options for standing orders. If set to true, Filter menu option will be visible, if set to false, it will be not visible. |
FactoryConfig_IncludeServerValidationForExchangeSO | bool | Turns on/off server validation during exchange standing order creation. Now, because our server side didn't implement this method yet, this property is set to false. |
FactoryConfig_StandingOrdersProductCode | string | Internally agreed value, which will be sent as a value for product code for standing orders. |
FactoryConfig_StandingOrdersDateToDefaultValue | int | Default value for Active until field (represents number of years) on standing order form, in relation to today's date. For exapmle - if you set 1, the default date to will be one year from now. |
FactoryConfig_ShowCreateSOActionOnPostTransactionScreen | bool | Shows/hides create standing order action on post transaction screen of balance transfer and standard payment. Default value is false, if you set it to true action will be visible. In order to show this action on balance transfer post transaction screen, FactoryConfig_IsBalanceTransferStandingOrderSupported also needs to be set to true. |
Product catalog
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Product_Catalog_ChannelCode | string | Defined channel code. |
FactoryConfig_Product_Catalog_Kinds | string | Defined and supported product catalog kinds. |
FactoryConfig_Product_Catalog_Statuses | string | Product catalog statuses. |
FactoryConfig_CalculationsLendingTermsUriConfigValue | string | Uri, which will be called to send lending terms request. |
FactoryConfig_RepaymentDays | List<string> | Loan repayment days used on Product calculator. |
Locations and FAQ
Configuration key/Global variable | Type | Description |
---|---|---|
DefaultMapLocation | Location | Defined latitude and longitude for default location. |
FactoryConfig_Facilities_Kinds | string | Defined and supported facility kinds. |
FactoryConfig_FAQ_Application_Type_Id | int | Application id, which will be sent in FAQ API requests. |
FactoryConfig_WorkingOurs_RedMapIcon | bool | If set to true, closed locations will be colored in red on map, if set to false it will be not. |
FactoryConfig_FaqCategorysForProductKind | Dictionary<string, List<string>> | List that maps product kind with the faq category. |
Language
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_SupportedLanguages | KeyValuePair<string, string>[] | Languages supported by application. |
FactoryConfig_DefaultLanguage | string | Application's default language. |
CACHE_KEY_APP_LANGUAGES | string | Application languages, which will be cached by this key. |
CACHE_KEY_APP_LAST_USED_LANGUAGE | string | Application last used language, which will be cached by this key. |
CACHE_KEY_TRANSLATION | string | Translation language, which will be cached by this key. |
MESSAGE_EVENT_TRANSLATION_LANGUAGE_CHANGED | string | Name of the event that is sent and listened when user changes application language. |
Graph Widget
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_Graph_Line_Color | string | Hex value for color of the line on graph. |
FactoryConfig_Graph_Text_Color | string | Hex value for color of text on graph. |
FactoryConfig_Graph_Bg_Color | string | Hex value for color of the graph's background. |
FactoryConfig_Graph_Date_Format | string | Date format in which the date will be displayed on graph. |
FactoryConfig_AccountGraph_Period_Days | int | Number of days for which you want to see transactions on graph. Default value is 0. The value of this key should be combined with the value of FactoryConfig_AccountGraph_Page_Size. |
FactoryConfig_AccountGraph_Page_Size | int | Number of transactions that will be shown on graph. Default value is 0. As we mentioned, values of this key goes together with value of FactoryConfig_AccountGraph_Period_Days. For example, if you set it to {"FactoryConfig_AccountGraph_Period_Days", "90"} and {"FactoryConfig_AccountGraph_Page_Size", "0"} on graph will be shown all transactions from last 90 days. This should be carefully tested in order to find optimal number, so that application doesn't slow down too much. |
Customer complaints
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_ComplaintChannels | string | Defined and supported complaint channels. |
FactoryConfig_ComplaintCaseKind | string | Defined and supported complaint kinds. |
FactoryConfig_ComplaintImportance | string | Defined and supported complaint priorities. |
Financial calendar
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_CalendarDaysOfWeek | string | Defined list of days that can be selected on the calendar event creation form, default value is "monday,tuesday,wednesday,thursday,friday". |
FactoryConfig_CalendarWeeksOfMonth | string | Defined list of weeks that can be selected on the calendar event creation form, default value is "first,second,third". |
FactoryConfig_CalendarMonths | string | Defined list of months that can be selected on the calendar event creation form, default value is "january,february,march,april,may,june,july,august,september,october,november,december". |
General
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_InActivity_Logout_In_Minutes | int | Integer that represents number of minutes of inactivity, after which user will be automatically logged out. |
FactoryConfig_Display_Toast_In_Seconds | int | Integer that represents number of seconds, atfer which toast message will disappear from the screen. |
FactoryConfig_Phone_Operator_Codes | string | List of phone operator codes, which will be used on Top-up payment form. |
FactoryConfig_DefaultCountry_PhoneCode | string | Phone code of default country. |
FactoryConfig_DefaultCountry | string | Default country in alpha-2 format. |
FactoryConfig_Is_Light_Theme_Available | bool | Indicator of whether there is a light theme. If there is, set to true, otherwise set to false. |
FactoryConfig_Has_Skip_Stratup_Sync | bool | |
FactoryConfig_Has_Single_HttpClient_Instance | bool | If set to true HttpClient can have only one instance, if set to false there can be more instances. |
FactoryConfig_Allow_Login_Users_Without_Accounts | bool | Turns on/off possibility for users without accounts to log in. If set to true user without accounts can log in. If set to false user without accounts can't log in. |
FactoryConfig_Swip_Delay_InMilisec | int | Integer that represent miliseconds for delay between two requests, for example during fast scrolling. |
FactoryConfig_Connectivity_Cancel_After_InMilisec | int | Integer that represents miliseconds to wait for the server to respond, when that time expires connection is lost. Initial value is 50000. |
FactoryConfig_ScopeNameList | List<string> | Scope Name list for User Settings keys from API. |
FactoryConfig_Login_Type | string | Default login type. |
FactoryConfig_DeviceID | string | Default device id (md5 or token). |
FactoryConfig_ClassificationsUriConfigValue | string | Defined classification uri. |
FactoryConfig_Refresh_Mailbox_Summary | bool | If set to true mailbox summary will refresh with opening of the session, if set to false it will be not. |
FactoryConfig_Get_Mailbox_Message_Summary_Statuses | string | List od mailbox message statuses. |
FactoryConfig_Get_Content_Folder | string | Default content folder. |
FactoryConfig_Display_ViewModel_After_Activate | string | Defined view model, which will be displayed after activation. |
FactoryConfig_Display_Main_Page_Template | string | Defined main page template. |
FactoryConfig_Display_ViewModel_After_Login | string | Defined view model, which will be displayed after login. |
FactoryConfig_Display_ViewModel_After_Logout | string | Defined view model, which will be displayed after logout. |
Permissions | Permission[] | Default permissions. |
CacheItemSettings | CacheItemSettings[] | Default cache settings. |
FactoryConfig_user_Image_Chache_Expiration_Time_In_Minutes | int | Defined integer that represents minutes, after which image cache will expire. |
FactoryConfig_Display_Contact_Kinds | string | List of contact kinds. |
FactoryConfig_AllowMultipleDeviceRegistration | bool | If set to true, multiple device registration will be allowed. If set to false, active device will be unregistered and then, new registered. |
FactoryConfig_Get_Content_Statements_Folder | string | Default statement folder. |
FactoryConfig_Get_Image_Folder | string | Default image folder. |
FactoryConfig_ShowScheduleMeeting | bool | If set to true, button that leads to schedule meeting page will be visible on contact page. If set to false it will be not. [Obsolete] Now you should use feature flag for this. |
FactoryConfig_MeetingDuration | string | String in ISO format that respresents duration of meetings defind by the bank, for example - "PT1H" (one hour). |
FactoryConfig_ShowFeatureSettings | bool | Controls visibility of feature management, which can now be visible also in release mode. Default value is false, but you can set it to true in order to show feature flags in settings menu. |
FactoryConfig_Minimal_Reporting_Level | int | Setting this key to 60 and turning on trace in build configuration will turn on trace with our packages in design time. In release this should be turned off, initial value of key is 0. |
FactoryConfig_WhiteLogoKey | string | Key that defines name by which the white logo image will be searched on the server if GetLogoFromServer feature is enabled. |
FactoryConfig_DarkLogoKey | string | Key that defines name by which the black logo image will be searched on the server if GetLogoFromServer feature is enabled. |
FactoryConfig_ShowProductListWidget | bool | Default value is false, hides ProductListWidget from dashboard. Since this is not yet offical feature of product, we recommend that this widget stays turned off until we officially present it. |
FactoryConfig_HideCardsOnAccountSettings | bool | Defines whether cards will be removed from the lists of accounts available on account management page. Default value is false. |
FactoryConfig_SendActiveServiceOnRegistration | bool | Default value is false. If you set it to true, during the activation and device registration, beside other device data, for active services will be sent which application is activated - mToken or mobile application. |
FactoryConfig_Product_OnBording_MemberOf | string | Defines group of products that will be requested during onboarding process. Default value is onboarding. |
FactoryConfig_CacheServerImages | bool | Defines whether images that are downloaded from server will be cached or not (we use it for card images, but you can use it wherever you need it). Default value is true, but you can set it to false if you want to disable this. |
FactoryConfig_TermDeposit_Terms | string | Periods which can be chosen for savings period on term deposit negotiation process. |
FactoryConfig_CustomerOnboardingAsProfilePicUploadFilingPurpose | true | Determines whether the filing purpose will be customer-onboarding when uploading a user profile picture. If set to true, filing purpose will be customer-onboarding. If set to false, filing purpose will be customer-picture. Default value is true. |
FactoryConfig_PreloginBalance_RangeConfigurationOption | string | This key is used for prelogin balance with emoji. If customer doesn't have emoji balance set, application will create a list of 3 predefined levels as an example, which are retrieved from the server as a configuration. Default value of this key is empty string, but it's filled with the value retrieved from the server. |
FactoryConfig_UserStatusToContinueOnBoardingProcess | string | Customers in status defined in this key will be returned to finish onboarding process. Default value is potential. |
FactoryConfig_ShowAllDefaultAccountCategories | bool | Defines whether on default account settings will be shown only scopes retrieved from server (if there is more than 1) or all defined in configuration. Its default value is false, but if you set it to true, all scope names will be shown no matter how many are returned from server (for those that have not been returned, scope will be taken from FactoryConfig_ScopeNameList and account will be set to the first from account list). |
MToken
Configuration key/Global variable | Type | Description |
---|---|---|
FactoryConfig_MToken_Dskpp_Proxy_URL | string | Url to dskpp proxy. |
FactoryConfig_MToken_Mtm_Proxy_URL | string | Url to mtm proxy. |
FactoryConfig_MToken_Organization_Id | int | Defined mToken organization id. |
FactoryConfig_MToken_Public_Key_Modulus | string | Public mToken key modulus. |
FactoryConfig_MToken_Public_Key_Exponenet | string | Public mToken key exponent. |
FactoryConfig_MToken_Push_Key_Cipher_Modulus | string | Push key cipher modulus. |
FactoryConfig_MToken_Push_Key_Cipher_Exponenet | string | Push key cipher exponent. |
FactoryConfig_MToken_Qr_Key_Cipher_Modulus | string | QR cipher modulus. |
FactoryConfig_MToken_Qr_Key_Cipher_Exponenet | string | QR key cipher exponenet. |
FactoryConfig_MToken_Strong_Rule_Max_Pin_Length | int | Defined integer that represents maximum length of pin. |
FactoryConfig_MToken_Strong_Rule_Min_Pin_Length | int | Defined integer that represents minimum length of pin. |
FactoryConfig_MToken_Otp_Profile_Name | string | Name of the SxS Otp profile. If it's not defined, the inital - OTP_APP is used. Used for CalculateOtp. |
FactoryConfig_MToken_Mac_Profile_Name | string | Name of the SxS Mac profile. If it's not defined, the inital - MAC_APP is used. Used for CalculateMds. |
FactoryConfig_MToken_Notification_Inbox_URL | string | Url to mToken notification inbox. |
FactoryConfig_MToken_ServiceId | int | Service id. |