Skip to content
Open
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/physical/guide-block-unblock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If a card was blocked because the PIN was entered incorrectly 3 times, the **car
If the `resumePhysicalCard` mutation is called before 24 hours pass, it returns an error.
:::
3. The cardholder **consents** to the operation.
- After receiving consent, the [physical card status](./index.mdx#statuses) returns from `Suspended` to its previous status, `ToActivate`. If the card is in the [renewal process](./index.mdx#renew-statuses), the status returns to `Renewed`.
- After receiving consent, the [physical card status](./index.mdx#statuses) returns from `Suspended` to its previous status. Resuming also re-activates the [renewal schedule](./index.mdx#renew-suspended): if the card is close to renewal (between the 10-week and 8-week checkpoints), it moves to `ToRenew`. If you resume after the 8-week checkpoint, the card returns to `Activated` and is `Canceled` when it expires.
1. The cardholder enters their **original PIN** at an ATM ([reminder: a card's PIN never changes](./index.mdx#pin)).

:::info View PIN
Expand Down