Investec Developer Community Wiki
  • 🏠Home
    • Investec Developer community wiki
  • ⚒️Get Started
    • Get started overview
    • Investec Developer Docs
    • Self-enrollment guide
    • API quick start guide
      • 🔑How to create your API keys
      • 👤How to authenticate against the Investec API
      • 🏦How to get your account, balance, and transaction data
      • 💸How to make transfers and payments
    • Programmable card quick start guide
      • 🙌How to activate your programmable card
      • 🚀How to add low-code snippets to your card on Investec Online
      • 🖥️How to add code to your card and run a simulation using the online IDE
      • 💳How to use the programmable card API
    • Sample apps
  • ⚒️Get Building
    • Get building overview
    • Community GitHub
    • Community libraries & tools
    • Build tutorials & guides
      • 💳Card | Slack Integration
      • 🚗Card | How to create a DIY petrol card
      • 🎯API | No-code Budget Expense App
    • Build challenges & hackathons
      • 🎯[Closed] Q1 2025 Bounty Challenge | Path to Financial Health
      • 🎁[CLOSED] Q4 2024 Bounty Challenge | Festive API Wrappers
      • 🚂[CLOSED] Q3 2024 Bounty Challenge | Everyday Solutions
      • ☄️[CLOSED] Q2 2024 Bounty Challenge | Card Code Snippets
      • 💰[CLOSED] Bounties Playground | banking.make.dev
      • 👩‍💻👩💻 [CLOSED] Mindjoy | Kid at Heart Build Challenge
      • ⚡[CLOSED] EskomSePush Build Challenge
        • EskomSePush Build Challenge Submissions
      • 💳[CLOSED] 2022 Hackathon | low-code/no-code
        • 2022 Hackathon | low-code/no-code | Submissions
      • 💰[CLOSED] Spreadsheet Banking | Bounties
        • 👩‍💻👩💻 Spreadsheet Banking | Basic Functions
      • 🏔️[CLOSED] Q1 2023 Bounty Challenge
      • 💳[CLOSED] Q2 2023 Bounty Challenge
        • 🗺️Checklist for Bounty Hunters 🏆
        • 🚀Bounty Challenge #2: Code Snippet Showdown 🚀
      • 🍕[CLOSED] Q1 2024 Bounty Challenge | The Tutorial Quest
    • Open-source projects
  • 🙌Community
    • Get involved
    • Community champions
    • Community events
    • Community manifesto
    • Blog posts
    • Community integration pros
    • Investec Developer's QRious Puzzle Challenge
  • 💬Feedback and Support
    • Get support
    • Community FAQs
    • Feature requests
    • Submit product issues
Powered by GitBook
On this page

Was this helpful?

  1. Get Started

Sample apps

PreviousHow to use the programmable card APINextGet building overview

Last updated 3 months ago

Was this helpful?

A collection of fun Investec Developer apps. Give them a try by forking the repo.

We've built each app so that it boots in a few simple steps and showcases how Investec Developer product features can be used in the wild.

Need a Sandbox?: Check out community-created mock API and CLI card emulators .

We encourage you to pick an app, fork the repo and get it up and running for yourself!

Need a Sandbox: Check out community-created mock API and CLI card emulators .

⚒️
here
here
Cover

A web app that helps you budget and gain insight into your spending habits by visualising your transaction data.

  • The dashboard is built using Javascript and provides a view of:

    • Your current account balance

    • Your total income and total expenses

    • Automated categorisation of your transactions

    • Weekly breakdown of your income and expenses

  • Uses the

Cover

An iOS widget that helps you monitor your spend by visualising your daily spend on your mobile phone.

  • The widget is built using Javascript and Scriptable and shows:

    • Your total spend for the day

    • The last 5 transactions on your account

  • Uses the

Cover

Code that can be deployed to your Investec programmable card to control usage of the card.

  • The 2 files (env.jsn and main.jsn) will enable you to:

    • Set expense categories (eg groceries, petrol)

    • Assign transactions per category (eg. picknpay = groceries)

    • Set environment variables (eg. groceries limit =R6000)

  • Uses and the IDE environment on Investec Online

  • You can also use the to update environment variables without the IDE.

Cover

A web app that helps you maximise your savings by automatically transferring money between your current and savings account.

  • The app is built with Javascript and allows you to:

    • Set a minimum and maximum amount that you wish to maintain in your current account (you set the rules)

    • Set the frequency at which you want the rules to run (every 10 min, 20 min or 30 min)

    • Automatically transfer the optimal amount between your current and savings account and maintain this at the frequency that you set.

  • Uses the .

  • Note: Save-It uses a cron job to run the rules at the frequency that you set. This means that you will need to keep the app running in the background for the rules to run and for the money to continue to be transferred between your accounts.

GitHub repo
Investec Transactions History API
GitHub repo
Investec Transactions History API
GitHub repo
Investec Programmable Cards
Programmable Card API
GitHub repo
Investec Transfer API