Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/topics/cards/partials/_add-cards-use-cases.mdx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<p>Add up to 250 total cards with the same API call. You can:</p>
<p>Add up to 200 total cards with the same API call. You can:</p>
<ul><li>Add one virtual card and one physical card for one account member.</li><li>Add virtual cards for multiple account members. ∗</li><li>Add virtual cards and physical cards for multiple account members. ∗</li><li>Add only virtual cards for some account members, and add both a virtual and a physical card for other account members. ∗</li></ul>
2 changes: 1 addition & 1 deletion docs/topics/cards/physical/guide-print.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ To ship a group of cards together to the same address, call the `addCardsWithGro
It works just like `addCards`, except all the cards are sent together in one package.

This method is **cost-effective** and **eco-friendly**.
You can send up to **250 cards** in a group delivery.
You can send up to **200 cards** in a group delivery.

:::tip Prerequisites
Confirm the account member printing the cards has the [**correct account membership permissions**](../../accounts/memberships/index.mdx#permissions-cards) to manage cards **and** account memberships.
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/cards/virtual/guide-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ After the user completes the Strong Customer Authentication process, the new car
The cards are created asynchronously and then change to the `Enabled` status.

Depending on how many cards you're creating, it can take up to several minutes to complete the process.
For performance reasons, you can create up to **250 cards** per API call.
For performance reasons, you can create up to **200 cards** per API call.

## Print physical cards when adding virtual cards {#print-with-virtual}

Expand Down