Skip to main content

· 2 min read
Ronen Albagli

QuotaBank is an innovative platform designed to streamline the management of digital quotas. In today's digital landscape, where quotas govern everything from data usage to financial transactions, efficient quota management is crucial for businesses and individuals. QuotaBank offers a comprehensive solution to this challenge, providing robust tools and features to simplify quota management processes.

Getting Started with QuotaBank

Once you've successfully created your account, there are a few steps to set up before you can start using QuotaBank on your platform.

Step 1 - Obtain Your API Key

Navigate to your account settings (located in the top right corner of the navbar). Under the Security tab, you'll find your API key.

Step 2 - Create Your First Wallet & Card

Head to the wallet section (found in the header). Click on the Add new button and follow the prompts to create your first wallet and card using the wizard.

Congratulations! You've Created Your First QuotaBank Wallet & Card

That's it! You're all set up and ready to start leveraging the power of QuotaBank.

Sanity Check

To ensure everything is set up correctly, let's use some quota. Copy and paste the following command into your terminal:

curl -L -X POST 'https://api.quotabank.net/api/v1/wallet/quota/use' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'qbjwt: {{YOUR_API_KEY_HERE}}' \
--data-raw '{
"walletId" : {{REPLACE_WITH_YOUR_WALLET_ID}}
"cardId": {{REPLACE_WITH_YOUR_CARD_ID}},
"amount": 1,
"reason": "Testing is fun",
"metadata": {
"platform": "sanity-test
}

The expected response status should be 201 CREATED. You should receive an event ID in the response that describes this operation.

The expected response should be:

{
"eventId": "8ecdfde1-7d3f-4968-8434-a90b218cbdf2"
}

You're All Set Up!

Now you can create multiple wallets and cards, and start using QuotaBank as your resource manager!

· 2 min read
Nitzan Goldfeder
Ronen Albagli

We're excited to welcome you to the Quota Bank blog, where we'll be sharing insights, updates, and news related to digital quotas, financial management, and more.

About Quota Bank

Quota Bank is a revolutionary platform designed to simplify the management of digital quotas. In today's digital world, where everything from data usage to financial transactions is governed by quotas, managing these limits effectively is essential for businesses and individuals alike. Quota Bank provides a comprehensive solution to this challenge, offering powerful tools and features to streamline quota management processes.

What You'll Find Here

On this blog, you can expect to find:

  • Educational Content: Articles, guides, and tutorials to help you understand and make the most of Quota Bank's features.
  • Product Updates: Stay up-to-date with the latest features, improvements, and announcements from Quota Bank.
  • Industry Insights: Analysis and commentary on trends and developments in the world of digital quotas and financial management.
  • Customer Stories: Real-life examples and case studies showcasing how businesses and individuals are using Quota Bank to manage their digital quotas effectively.

Get Started

Ready to dive in? Start exploring our latest articles and resources now!

Stay tuned for more updates and exciting content coming soon. Thank you for joining us on this journey!

Latest post