---
title: "Update Visa CTP customer"
method: PUT
path: "/v1/clicktopay/visa/manage/customer"
tags: ["Visa Click to Pay"]
---

# Update Visa CTP customer

`PUT /v1/clicktopay/visa/manage/customer`

Update customer data in the Visa Click to Pay service.

This endpoint generates a [Click to Pay event generated](https://developers.pismo.io/events/docs/cards-tokenization-click-to-pay-1) event.

**Notes**:

- Any field not passed is not updated.

- This endpoint takes an account token - an access token encoded with a Pismo account ID.

- The process is asynchronous, success or failure is indicated in the generated event.

- This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Headers

- `x-tenant` string, required
- `x-customer-id` integer, required
- `x-cid` string

## Request body

- ClickToPayUpdateCustomerRequest
  - `owner_bid` string, required — Owner business ID. Identifies the issuing entity creating or managing enrollment in Click to Pay.
  - `customer_information` ClickToPayCustomerInfo
    - `locale` string, required — Consumer preferred locale (language and country). **Format**: two-letter ISO-639-1 language in lowercase + underscore ("_") + two-letter ISO 3166-1 country code in uppercase.
    - `first_name` string — Customer first name
    - `middle_name` string — Customer middle name
    - `last_name` string — Customer last name
    - `country_code` string, ISO 3166-1-alpha3 — Country code&mdash;3-character ISO 3166 (Alpha 3) format
    - `emails` string[] — Customer emails
    - `phones` string[] — Customer phones
    - `national_identifiers` object[] — Customer national identifiers
      - `type` 'PASSPORT' | 'DRIVING_LICENSE' | 'NATIONAL_IDENTITY', required — Identification type
      - `value` string, required — Identification type value
    - `consent` ClickToPayConsent — Consent details
      - `time_of_consent` string, required — Date/time when consent becomes valid, in ISO UTC format YYYY-MM-DDThh:mm:ss.000Z. Only accepts present and past dates.
      - `version` string — Terms and conditions version that the customer accepted.
      - `presenter` string — Text identifying consent presenter.

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
