Skip to content

Commit 5749174

Browse files
authored
Update index.mdx (#375)
1 parent 4d94ca2 commit 5749174

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/topics/cards/physical/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,8 @@ Cards that meet all of the following requirements qualify for Maestro:
246246
```mermaid
247247
%%{ init: { 'flowchart': { 'curve': 'linear' } } }%%
248248
flowchart LR
249-
PCA((Physical<br/>card added)) -.-> I[Initiated]
249+
PCA((Physical<br/>card added)) -.-> CP[ConsentPending]
250250
TA <-.-> S
251-
I -.-> CP[ConsentPending]
252251
CP -.-> TA
253252
CP -.-> P[Processing]
254253
P -.-> TA[ToActivate]
@@ -283,7 +282,6 @@ Refer to the [card renewal statuses](#renew-statuses) to understand how they int
283282

284283
| Physical card status | Explanation |
285284
|---|---|
286-
| `Initiated` | Printing a physical was launched with either the `printPhysicalCard` or `addCards` *with physical card* mutation. |
287285
| `ConsentPending` | Request to print a physical card was received and is waiting for the cardholder's consent.<br/><br/>**Next steps**:<ul><li>If you used the `addCards` mutation and the cardholder consents, the status moves to `Processing`.</li><li>If you used the `printPhysicalCard` mutation and the cardholder consents, the status moves to `Activated`.</li><li>If you cancel the card with the API *before* consent, the status moves to `Canceling`.</li><li>If consent is refused or consent fails, the status moves directly to `Canceled`.</li></ul> |
288286
| `Processing` | The card is in the process of being created with Swan's card issuing provider.<br/><br/>**Next steps**:<ul><li>After the card is created successfully in the card issuing provider's system, the status moves to `ToActivate`.</li><li>If you cancel the card with the API *before* the card issuing provider creates the card, the status moves to `Canceling`.</li></ul> |
289287
| `ToActivate` | The card is being printed by Swan's card issuing provider, then delivered to the cardholder.<br/><br/>After the cardholder receives the physical card, they need to activate it by performing a first transaction and entering the PIN. You can also activate the card with the `activatePhysicalCard` mutation.<br/><br/>**Next steps**:<ul><li>If the cardholder performs the transaction successfully, or you activate the card with the API, the status moves to `Activated`.</li><li>If the cardholder makes **three incorrect attempts** to enter their PIN, the status moves to `Suspended`.</li></ul> |

0 commit comments

Comments
 (0)