TEOS User Guides
White Label Mobile App
White Label Mobile App
  • 👋Welcome!
  • Admin user guide
    • WLA modules
    • Login and wallet creation
    • App configuration
      • Branding management
      • User management
      • Asset configuration
      • Decentralized market and payment request configuration
      • Non-productive functionality
      • Additional configuration
  • How your users interact with WLA
    • My wallet
    • Assets and transactions
    • Market functionality
    • Payment request & Invoices
  • WLA versions and changelog
    • Version 0.23
    • Version 0.22
    • Version 0.21
    • Earlier versions
  • ⁉️Trooubleshooting
  • Glossary
Powered by GitBook
On this page
  • Supply expiry date
  • Invoice configuration

Was this helpful?

Edit on GitHub
  1. Admin user guide
  2. App configuration

Decentralized market and payment request configuration

Supply expiry date, invoice target address, invoice expiry date

All configuration is done within main configuration file trading-app-configs/ui_config.v1.json.

Supply expiry date

Supplies can be created within Market functionality. The expiry date of supplies is set according to this setting:

"decentralized_market": {
    "supplies_days_before_expired": 10
    },

The set expiry date in this example will be today + 10 days. The setting is defined in the amount of days.

Invoice configuration

Invoices can be created along with Payment requests. Some of the properties are defined based on config:

  • expiry date is defined as current date + "days_before_expired" set in the config file. The setting is defined in the amount of days.

  • target address of the invoice (address which will receive paid asset) can be set in the config file. User can change it. But if not set in config - current user's address is set as default and still can be edited

"payment_request": {
	"invoices": {
		"days_before_expired": 10,
		"target_address": "0x4083fdfba2ebf8efc2f9f9b34537f6f989470840"
	}
}
PreviousAsset configurationNextNon-productive functionality

Last updated 2 years ago

Was this helpful?