# VISA Click to Pay

We have added several new APIs for Visa Click to Pay. It is a tokenized, EMV® Secure Remote Commerce-based solution designed to streamline and secure online checkout for cardholders, merchants, and issuers.&#x20;

Below you can find the list of relevant APIs:

* [Retrieve CTP Enrollment Details](https://portal.stg.platform.ae-1.nymcard.com/default/documentation/02_api_specs#tag/Visa-Click-to-Pay/operation/listClickToPayEnrollments) - users can use this API to retrieve CTP enrollment details.
* [Delete Visa Click to Pay Enrollment Data](https://portal.stg.platform.ae-1.nymcard.com/default/documentation/02_api_specs#tag/Visa-Click-to-Pay/operation/deleteVisaClickToPayEnrollmentData) - this API integrates with Visa’s Delete Data API to enable customers to delete their information into the Visa Click to Pay service.

&#x20;  **Note:**

* **User deleted** → All associated cards for that user are deleted (cascade delete)
* **Card (instrument) deleted** → Only that specific card is deleted, user remains unaffected
* [Retrieve Visa Click to Pay Enrollment by user ID](https://portal.stg.platform.ae-1.nymcard.com/default/documentation/02_api_specs#tag/Visa-Click-to-Pay/operation/getVisaClickToPayEnrollment) - this API is used to retrieve VISA Click to Pay Enrollment by User ID. &#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nymcard.com/get-started/transactions/visa-click-to-pay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
