Exports

You can use the following export on server side to add transactions:

exports['zpx-banking']:Transaction(identifier, reason, amount, type, account)

Example:

  • Identifier / citizenid: HZP23383

  • Reason: Bought a donut

  • Amount: 500

  • Transaction Type: `sent` or `received`

  • Account: `personal`, `savings` or `society`

Last updated