URL Scheme

MOZE registers the moze3:// URL scheme and supports for integration with other apps via the x-callback-url protocol. The format for a URL action looks like this:

moze3://x-callback-url/[action]?[action parameters]&[x-callback parameters]

Supported x-callback parameters: x-success and x-error.

Open Account Page

moze3://account

Open Budget Page

moze3://budget

Open Notification Page

moze3://notification

Open Invoice Scan Page

moze3://scan

Open Recording Page

moze3://new

Add New Expense / Income

moze3://expense?[action parameters]

moze3://income?[action parameters]

Create an expense or income record without opening recording page. Action parameters must match all required attributes.

moze3://new?[action parameters]

Open recording page with prefilled attributes. Required attributes are not necessary.

Action parameters

Example

moze3://expense?amount=500&account=Wallet&subcategory=Lunch

moze3://expense?amount=500&currency=TWD&account=Wallet& project=Living&category=Food&subcategory=Lunch&name=Salad& store=Subway&note=Celebrate%20with%20my%20family& tags=family,birthday&date=2019.10.10&time=12:00&fee=10

moze3://income?amount=30000&account=Citi&subcategory=Salary

moze3://new?account=玉山 U Bear&subcategory=火車&amount=35

Add New Transfer

moze3://transfer?[action parameters]

Action parameters

Example

moze3://transfer?sourceAmount=3000&targetAmount=3000&sourceAccount=Citi& targetAccount=Wallet&subcategory=Withdraw

moze3://transfer?sourceAmount=3000&targetAmount=100&sourceCurrency=TWD& targetCurrency=USD&sourceAccount=Wallet&targetAccount=Citi& date=2019.10.10&time=12:00&fee=30

Last updated