---
title: "Card production status change"
method: POST
path: "cards#card-production-status-change"
tags: ["webhook-event", "card-kiosk-collection"]
---

# Card production status change

`POST cards#card-production-status-change` (webhook)

Triggered every time a card production status is updated. This webhook is solely used for physical cards with `KIOSK_COLLECTION` delivery method.

For more details, see the [Card kiosk collection guide](/guides/product/issue-cards/card-kiosk-collection).

* Event type: `cards#card-production-status-change`
* Profile level subscriptions: Not Supported
* Application level subscriptions: Supported

Events may not be delivered in the order they occurred. Use `data.occurred_at` to reconcile the order.
See the [Event ordering guide](/guides/developer/webhooks/event-ordering) for details.

See the [Webhooks guide](/guides/developer/webhooks) for setup instructions, signature verification, and best practices.

## Headers

- `X-Signature-SHA256` string
- `X-Delivery-Id` string, uuid
- `X-Test-Notification` boolean

## Payload

- union
  - V4008
    - `schema_version` '4.0.0' — Version of the event schema. Determined by the `schema_version` on your [webhook subscription](/api-reference/webhook).
    - `subscription_id` string, uuid — ID of the webhook subscription that triggered this event.
    - `event_type` string — Event type identifier
    - `sent_at` string, date-time — Timestamp when the event was sent.
    - `data` object
      - `resource` object
        - `profile_id` integer — ID of the profile that owns the card.
        - `type` string — Webhook notification of type 'card'.
        - `client_id` string — API `client_id`
        - `card_token` string, nullable — Unique identifier of the card.
      - `status` string — Current production status. See possible values in the [production status flow diagram](/api-reference/card-kiosk-collection#production-status-flow).
      - `kiosk_id` string, nullable — Identifier that specifies which kiosk machine is producing the card.
      - `occurred_at` string, date-time — Time when the card production request was sent to the kiosk machine.
      - `error_code` string, nullable — Code returned when card production is not successful. See possible values in [production errors](/api-reference/card-kiosk-collection/cardkioskcollectionproduce).
      - `description` string — Detailed description of the error code.
  - V2008
    - `schema_version` '2.0.0' — Version of the event schema. Determined by the `schema_version` on your [webhook subscription](/api-reference/webhook).
    - `subscription_id` string, uuid — ID of the webhook subscription that triggered this event.
    - `event_type` string — Event type identifier
    - `sent_at` string, date-time — Timestamp when the event was sent.
    - `data` object
      - `resource` object
        - `profile_id` integer — ID of the profile that owns the card.
        - `type` string — Webhook notification of type 'card'.
        - `client_id` string — API `client_id`
        - `card_token` string, nullable — Unique identifier of the card.
      - `status` string — Current production status. See possible values in the [production status flow diagram](/api-reference/card-kiosk-collection#production-status-flow).
      - `kiosk_id` string, nullable — Identifier that specifies which kiosk machine is producing the card.
      - `occurred_at` string, date-time — Time when the card production request was sent to the kiosk machine.
      - `error_code` string, nullable — Code returned when card production is not successful. See possible values in [production errors](/api-reference/card-kiosk-collection/cardkioskcollectionproduce).
      - `description` string — Detailed description of the error code.

## Acknowledgement `200`

Return any `2xx` status to acknowledge receipt of the event.

- object
  - `status` string

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
