From 5521f0fa75347c8444e8a472978197de6351d0b3 Mon Sep 17 00:00:00 2001 From: Maxence Busson Date: Thu, 11 Dec 2025 15:48:20 +0100 Subject: [PATCH] DOC-1463/update-printing-physical-cards-table --- docs/topics/cards/partials/_add-cards-use-cases.mdx | 2 +- docs/topics/cards/physical/guide-print.mdx | 2 +- docs/topics/cards/virtual/guide-add.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/topics/cards/partials/_add-cards-use-cases.mdx b/docs/topics/cards/partials/_add-cards-use-cases.mdx index 3e4f42ed2f8..afd66fbde12 100644 --- a/docs/topics/cards/partials/_add-cards-use-cases.mdx +++ b/docs/topics/cards/partials/_add-cards-use-cases.mdx @@ -1,2 +1,2 @@ -

Add up to 250 total cards with the same API call. You can:

+

Add up to 200 total cards with the same API call. You can:

\ No newline at end of file diff --git a/docs/topics/cards/physical/guide-print.mdx b/docs/topics/cards/physical/guide-print.mdx index 2e3c4b1f54e..9993b308404 100644 --- a/docs/topics/cards/physical/guide-print.mdx +++ b/docs/topics/cards/physical/guide-print.mdx @@ -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. diff --git a/docs/topics/cards/virtual/guide-add.mdx b/docs/topics/cards/virtual/guide-add.mdx index 960078ac904..aaff6b2d4dc 100644 --- a/docs/topics/cards/virtual/guide-add.mdx +++ b/docs/topics/cards/virtual/guide-add.mdx @@ -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}