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
  2. Programmable card quick start guide

How to add low-code snippets to your card on Investec Online

PreviousHow to activate your programmable cardNextHow to add code to your card and run a simulation using the online IDE

Last updated 4 months ago

Was this helpful?

If you're not confident with coding yet, there are 3 different card code snippets to choose from, which can be added to your programmable card at the click of a button.

  1. Navigate to the Investec Developer homepage by clicking on “Manage”, followed by “Investec Developer”.

  1. Click on "View code" on the Low code quickstart tile.

  1. There are 3 different card code snippets from which to choose:

    1. Update transaction limit : Modify the per-transaction limit on your card

    2. Limit your card to a specific merchant: Restrict your card transactions to specific merchants (ie. only Woolworths)

    3. Limit transactions to specific merchant categories: Restrict your card transactions to specific merchant categories (ie. only petrol service stations).

    The steps are the same for each code snippet. For the purpose of this guide, we'll use the "Update transaction limit" code snippet. Click on the tile.

  1. You will be taken to the programmable card screen. Ensure your card is enabled by toggling the button. Click on the card to view the code snippet.

  1. An explanation of the code snippet is provided in the next screen.

  • The code in the main.js file will be updated automatically and doesn't require any edits.

  • The code in the env.json file requires that you set the limit for the transaction limit.

Following this, you have the option to:

  1. Publish the code

  2. Make additional edits in the IDE.

  1. Once you click "Publish" , you will be asked if you are sure you want to publish the code. It will overwrite the code currently on the card.

⚒️
🚀