What is a CardGroup?
A CardGroup is a logical grouping of fuel cards under a specific `AccountNumber`. Cards can be moved between card groups or removed from them entirely.
Why Create a CardGroup?
Card Groups provide a flexible and customizable way to organize cards. You can use them to represent:
- Cost centers
- Department numbers
- Employee IDs
- Any other meaningful and unique identifier in your system
Card Groups are reflected in most transaction data endpoints, allowing you to group and analyze transactions according to your business needs.
How to Create a Card Group
To create a Card Group, use the endpoint:/customer-management/v1/createcardgroup
Requirements for `CardGroupName`:
- Must be unique per customer
- Allowed characters: `a-z`, `A-Z`, `0-9`, `, / ‘ . & Ä Ö Ü Å Æ É Ø`
- Minimum length: 1 character
- Maximum length: 40 characters
Additional Notes:
You can move up to **500 cards** into a Card Group during creation.
Cards can be moved later between groups or removed entirely.
