---
title: "Check card creation policy"
method: POST
path: "/v1/web/card"
tags: ["Card"]
---

# Check card creation policy

`POST /v1/web/card`

## Request body

- object
  - `name` string, required
  - `frequencyType` union, required
    - 'recurring'
    - 'single'
  - `cardholderId` string, required
  - `userId` string, required
  - `accountId` number, required
  - `cardProfileId` string
  - `cardProfileStrategy` union
    - 'advertising_least_used'
    - 'vertical_optimized'
    - 'shipping_optimized'
    - 'plastiq'
    - 'tokenizable'
  - `expiry` string
  - `categoryIds` string[]
  - `allowedCountries` string[]
  - `spendFrequency` union
    - 'purchase_1d'
    - 'purchase_7d'
    - 'purchase_30d'
    - 'purchase_1y'
    - 'card_debit_lifetime'
  - `spendLimit` number
  - `userGroupId` string

## Response `200`

Default Response

- unknown

## Other responses

- `202` — Default Response
- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `422` — A service error has occurred
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.net/funneldash/apis/surface-web-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-web-api/revisions/ac700d65f443/schema)
