# Card fulfillment

Card fulfillment mechanism helps you to track your newly created physical cards request. Fulfillment mechanism is managed for two possible cases:

* Individual card fulfillment
* Bulk cards fulfillment

#### Individual card fulfillment

This card fulfillment is appropriate for a single cardholder. Cardholders receive their personalized cards by mail at the addresses provided in the create card request.

#### Bulk cards fulfillment

This card fulfillment enables you to create N number of non-personalized cards in bulk form. \
The bulk of cards is delivered to the shipping address provided in the create bulk card issuance request.  \
Bulk cards fulfillment is a good option when you want to have more control over individual card details e.g., assigning specific user tokens.

#### Card fulfillment status

When a card is fulfilled, the fulfillment\_status field of the card object and the bulk issuance object is updated. For physical cards, fulfillment providers (perso vendors) offer different shipping options. If the fulfillment provider supports live tracking and status updates then the fulfillment\_status will be updated and will reflect the live status of card fulfillment journey.

| **Fullfullment status** | **Description**                                                                    |
| ----------------------- | ---------------------------------------------------------------------------------- |
| Created                 | On card creation, the fulfillment status is set as created                         |
| Ordered                 | When embossing request for the card is generated, the status is updated as ordered |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nymcard.com/get-started/issuing-physical-cards/card-fulfillment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
