How to assign multiple cards at once?
- Michał Stachera
- Feb 14
- 6 min read
Updated: 4 days ago
Table of Contents:
There are three ways to assign business cards in the Sparados service:
Filling out the card assignment form (by clicking the ASSIGN CARD button).
Assigning a card using the Sparados API (link to documentation).
Using a batch file to assign multiple cards at once.
Assigning cards from a batch file works similarly to filling out the form from option 1, but it allows you to assign multiple cards simultaneously.
In this tutorial, you'll learn how to do it:
How to assign couple cards at once?
Go to the CARDS tab

After clicking the ASSIGN MULTIPLE button, you will be redirected to the page for assigning multiple cards. Here, you need to upload a valid .csv file containing all the information required to generate the cards. You can use the sample file "example.csv" provided above the main field as a reference (The data in the file is for example purposes and should be replaced).

All group limits will follow the same rules as when assigning a single card. If the assigned limit exceeds your group's limit, approval will need to be obtained from the higher-level group.
If the information in the file is in an incorrect format, the system will display a message indicating the issue with a specific row or cell:

ASSIGN
The process of assigning multiple cards at once
What should a correct CSV file contain when assigning cards?
EDIT
The process of editing multiple cards at once
What should a correct CSV file contain when editing cards?
💡 Tip: The easiest file to fill out for editing purposes is the card assignment report (ASSIGN) – the approvalid field is already filled in with the correct number. You only need to remove two columns – status and statusCode – and make the necessary changes.
*Example of editing:
Simple → changes the card balance
You have 8,000.00 PLN / 13,776.80 PLN on the card
You add 14,000 PLN with Simple (+6,000 PLN)
Now you have 14,000 / 19,776.80
Naive → adds funds to the current balance
You have 8,000.00 PLN / 13,776.80 PLN on the card
You add 14,000 PLN with Naive
Now you have 22,000 PLN / 27,776.80 PLN
**Where to find Account ID and Card Graphic ID?
Most fields should be straightforward, but two columns might be harder to identify: Account ID and Card Graphic ID
Account ID:
ACCOUNTS -> Select an account
In the account details, next to the name of your account, there is a button to copy the Account ID

Card Graphic ID:
CARDS -> ASSIGN CARD
Scroll down to the Card Attributes section and select the graphic you want to assign to your new card. A button to copy the Graphic ID will appear.

*** MCC Codes
If you have filled in all fields in the correct format, save your file with the extension CSV (Comma delimited) (*.csv) or CSV UTF-8 (Comma delimited) (*.csv). Upload it to the field with the "drop file or browse" cloud on the panel. You should see a message confirming that your cards are being processed.

Where o find the status of card assignment?
In the REPORTS -> BULK CARD ASSIGNMENT tab, you can track the status of card assignments and download the report when it is ready. You will also see the date, information about the number of assigned cards, and how many were successful or failed.

After downloading the report, you can open it in programs like Excel or Numbers. It contains three additional columns:
What does a report consist of?
Comparison of Card Assignment via API and Batch File:
API
Advantages:
✅ Integration with own systems
✅ Full automation of card management process
✅ Free access to Sparados API (API documentation)
Disadvantages:
❌ Implementation cost on the client’s side (approximately 20,000 - 40,000 PLN)
❌ Need to maintain a service connected to the API
❌ Implementation time: approximately 2 - 3 months
Advantages:
✅ Immediate implementation possible
✅No implementation or maintenance costs
Disadvantages:
❌ Manual work required to create the file
❌ Manually uploading the file to the service
If you'd like to learn more about MCC codes or assigning individual cards, check out the guides: MCC codes - what are they and how they work? How to activate Sparados card with no application?