---
title: "Update Secure Settings"
method: PATCH
path: "/card/{card_id}/secure_settings"
---

# Update Secure Settings

`PATCH /card/{card_id}/secure_settings`

Use this API to update the security settings attached to a card. These include the mobile number and PIN of the card.

## Path parameters

- `card_id` string, required

## Request body

- object
  - `mobile` string — Kindly provide the full phone number complete with the country prefix e.g. +11234567890
  - `pin` string — The PIN is an 8-digit code used for authentication purposes. It is recommended that the PIN should only numeric characters (0-9).

## Response `200`

200

- object
  - `data` object
    - `id` string
    - `holder_id` string
    - `holder_type` string
    - `balance` integer
    - `currency` string
    - `brand` string
    - `label` string
    - `cardholder_name` string
    - `number_masked` string
    - `number` string
    - `exp_month` string
    - `exp_year` string
    - `cvv` string
    - `pin` string
    - `billing_address` object
      - `line1` string
      - `line2` unknown
      - `city` string
      - `state` string
      - `country` string
      - `postal_code` string
    - `platform_managed` boolean
    - `migration_meta` object
      - `previous` unknown
      - `next` unknown
      - `balance_brought` unknown
      - `balance_carried` unknown
      - `balance_refunded` unknown
    - `is_deleted` boolean
    - `status` string
    - `created_at` string
    - `updated_at` string
  - `message` string
  - `meta` unknown
  - `status` string

---

[API](https://skmtc.dev/useoval/apis/core-api.md) · [All operations](https://skmtc.dev/useoval/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useoval/core-api/revisions/cb65d8f214c3/schema)
