---
title: "Cards manual provisioning verification"
method: POST
path: "cards#manual-provisioning-verification"
tags: ["webhook-event", "card"]
---

# Cards manual provisioning verification

`POST cards#manual-provisioning-verification` (webhook)

Triggered when a card is manually added to a wallet provider, and the verification methods required to complete the wallet provisioning are returned.

* Event type: `cards#manual-provisioning-verification`
* Profile level subscriptions: Not Supported
* Application level subscriptions: Supported

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

- V20012
  - `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.
      - `client_id` string — Your `api_client_id`
      - `card_token` string — Unique identifier of the card.
      - `type` string — Resource type (always `card`).
    - `payment_token_unique_reference` string — The payment token unique reference associated to the card.
    - `last_four_digits` string — The last four digits for the card Primary Account Number (PAN).
    - `creation_time` string, date-time — The time when the card provisioning request was created.
    - `wallet_name` string — The wallet provider used to provision the card such as "Google Pay" or "Apple Pay".

## 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)
