Account Card (Credit) vs Prepaid / Debit Card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ12-10-2024 10:11 AM - edited โ12-10-2024 10:16 AM
What are the differences in capabilities / functions?
Is bulk issuance for Account Cards (credit) supported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ12-12-2024 09:59 AM
Hi @jarosen ! Yes, bulk issuance for Account Cards, including credit cards, is supported. Marqeta provides a feature that allows customers to manage bulk card orders. This can be done directly or by creating custom groupings of specialized individual card orders. The bulk issuance endpoint /bulkissuances
can be used with card products that are set to have bulk shipping enabled.
There are two basic options when it comes to leveraging this endpoint for card orders:
- Create a group of cards directly using
/bulkissuances
(with "card_allocation" > 0). This is useful if names on cards follow a standard format. All cards within a given bulkissuances object will be shipped to the same location. - Create a bulk issuance object as a container for individual card orders (with "card_allocation" = 0). Here, a bulk issuance object is created as a mechanism to group or customize a set of individual card orders.

