# Visa & V PAY

Saferpay offers the possibility to accept different brands of credit cards, one of which being Visa and V PAY.

{% hint style="info" %}
V PAY will be processed as Visa and will also be displayed as such. It also supports the same featureset as Visa.
{% endhint %}

## General requirements

The handling of Visa/V PAY with Saferpay requires:

* A [corresponding license ](https://docs.saferpay.com/home/master/licensing)and thus a valid identification with a username and password for the Saferpay system.
* Availability of at least one active Saferpay terminal via which payment can be carried out and availability of the associated Saferpay TerminalId.
* A valid acceptance contract with a respective acquirer, e.g. SIX/Worldline.

{% hint style="info" %}
For Visa/V PAY activation on the Saferpay terminal, please contact your sales contact.
{% endhint %}

### Technical requirements

The general integration of Visa/V PAY can be done either via the Payment Page, or the Transaction Interface and does not require any special attention, besides what is mentioned in the respective chapters.

Furthermore, for other flows (Refunds etc.), please refer to the table below.

### Supported features

| Feature                                                                                                                                                                                                         | Support |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-----: |
| [Capture](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/capture-and-daily-closing)/[Cancel](https://docs.saferpay.com/home/licences-and-interfaces/capture-and-daily-closing#cancel) |    ✅    |
| [Multipart Captures](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/capture-and-daily-closing/partial-captures)                                                                       |    ✅    |
| [Secure Card Data](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/secure-card-data)                                                                                                   |    ✅    |
| [Refunds](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/transaction-interface/refunds)                                                                                               |    ✅    |
| [Recurring Payments](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/transaction-interface/recurring-payments)                                                                         |    ✅    |
| [3D Secure](https://docs.saferpay.com/home/integration-guide/general-information/3d-secure)                                                                                                                     |    ✅    |
| [Dynamic Currency Conversion](https://docs.saferpay.com/home/integration-guide/general-information/dynamic-currency-conversion)                                                                                 |    ✅    |
| Mail Phone Order                                                                                                                                                                                                |    ✅    |
| [Testing](#testing)                                                                                                                                                                                             |    ✅    |
| [Omni-Channel](https://docs.saferpay.com/home/integration-guide/licences-and-interfaces/omni-channel)                                                                                                           |    ✅    |

## Testing

Please refer to [this chapter](https://docs.saferpay.com/home/testing-and-go-live#visa-and-v-pay), if you want to test Visa/V PAY.


---

# 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.saferpay.com/home/integration-guide/payment-methods/visa-and-vpay.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.
