---
title: "Enroll card in Visa CTP"
method: POST
path: "/v1/clicktopay/visa/enroll/card"
tags: ["Visa Click to Pay"]
---

# Enroll card in Visa CTP

`POST /v1/clicktopay/visa/enroll/card`

Enroll a customer card 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` is not passed,  it is looked for internally. If not found, an error is returned. 

- 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

- ClickToPayEnrollCardRequest
  - `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/revisions/935b62e16de4/schema)
