---
title: "Card Application Created"
method: POST
path: "card_application.created"
tags: ["Cards"]
---

# Card Application Created

`POST card_application.created` (webhook)

Sent when a card application is created

Required permissions:
 - `webhook_receive:card_applications`

## Headers

- `webhook-id` string, required — A unique identifier for this webhook request
- `webhook-signature` string, required — The signature of the webhook request with the webhook version prepended
- `webhook-timestamp` string, required — The timestamp in seconds since the Unix epoch that the webhook was sent at on the server

## Payload

- object
  - `api_version` 'v1', required — The API version for this webhook
  - `api_version_date` string, nullable, required — The dated API version (Api-Version-Date) the payload is serialized to
  - `company_id` string, nullable — The account ID that this webhook event is associated with
  - `data` object, required
    - `hosted_url` string, nullable, required — URL where the applicant completes additional identity verification.
    - `id` string, required — Card application ID, prefixed `ciac_`.
    - `object` 'card_application', required
    - `status` 'approved' | 'pending' | 'manual_review' | 'denied' | 'locked' | 'canceled' | 'needs_verification' | 'needs_information', required — The application status.
  - `id` string, required — A unique ID for every single webhook request
  - `timestamp` string, date-time, required — The timestamp in ISO 8601 format that the webhook was sent at on the server
  - `type` 'card_application.created', required — The webhook event type

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/whop/apis/whop-api.md) · [All operations](https://skmtc.net/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whop/whop-api/versions/866821546d67/schema)
