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

# Update Visa CTP customer billing address

`PUT /v1/clicktopay/visa/manage/card`

Update the billing address for customer cards in Visa Click to Pay.

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

 **Notes**:

- If billing address information is not passed, it is looked for internally. If not found, an error is returned.

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

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

- 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

- ClickToPayUpdateCustomerBillingRequest
  - `cards` object[], required
    - `owner_bid` string, required — Owner business ID. Identifies the issuing entity creating or managing enrollment in Click to Pay.
    - `card_id` integer, required — Enrolled card ID
    - `billing_address` ClickToPayAddress
      - `city` string — City
      - `state` string, ISO 3166-2 — State - ISO 3166-2 code format. For example - `RJ` (Rio de Janiero, Brazil)
      - `postal_code` string — Postal code
      - `country_code` string, ISO 3166-1-alpha3, — Country code - 3-character ISO 3166 (Alpha 3) format
      - `address_line1` string — Address line one
      - `address_line2` string — Address line two
      - `address_line3` string — Address line three

## 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/versions/935b62e16de4/schema)
