---
title: "Create a card allowlist"
method: POST
path: "/v1/tokenization_risk_controls/partner_tokenization_configurations"
tags: ["Testing allowlists"]
---

# Create a card allowlist

`POST /v1/tokenization_risk_controls/partner_tokenization_configurations`

Creates an allowlist of cards for production testing on Apple or Google Pay before market launch with the payment service. You can include up to 100 cards in a single list using this endpoint.

## Request body

- UpdateWhiteListingRulesRequest
  - `card_id` string[], required — An array containing a list of cards to be included in the allowlist.
  - `token_requestor` 'APPLE' | 'GOOGLE' | 'SAMSUNG', required — The token requestor.

## Response `200`

OK

- ResponseDto
  - `uuid` string — The unique ID of the created allowlist.

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/cards-tokenization.md) · [All operations](https://skmtc.net/solarisgroup/apis/cards-tokenization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/cards-tokenization/revisions/15f03804be72/schema)
