---
title: "Update 3D Secure Settings"
method: PATCH
path: "/card/3ds"
---

# Update 3D Secure Settings

`PATCH /card/3ds`

Update 3D Secure password related to a card

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `cardId` string, required — The unique Id of the card you want to fetch. The Create Card endpoint returns a cardId parameter
  - `threeDSecurePassword` string — A strong password used to authenticate this card on online transactions - 8-36 characters containing only the allowed charset A-Z a-z 0-9 ! " # ; : ? & * ( ) + = / \ , . [ ] { }

## Response `200`

200

## Other responses

- `400` — 400
- `409` — 409

---

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