# Paysafe V2

<figure><img src="/files/MaflVzSsbJKUMddhvlQ2" alt="" width="375"><figcaption></figcaption></figure>

CheckoutChamp is integrated to [Paysafe's](https://www.paysafe.com/) 3DS proprietary payment gateway version 1.0 and version 2.1. Paysafe supports Apple Pay and Google Pay in addition to standard card processing.

**STEP 1**

Click the Paysafe V2 gateway tile and press the <mark style="color:green;">+ Activate</mark> button

<figure><img src="/files/AOBN5z7ihiUasrzmwrcI" alt="" width="563"><figcaption></figcaption></figure>

Enter **Username,** **Password, SingleUseTokenUsername, SingleUseTokenPassword,** and **AccountNumber** from your Paysafe account

<figure><img src="/files/8TM3u94mnVXDn0NNxK9L" alt=""><figcaption></figcaption></figure>

Optionally choose to use native 3D Secure functionality (**Secure3DS**)

Check the **useCustomerVault** box to store and update card details at Paysafe

Use the **skipNonAuthenticatedCards** option to reject cards that are not 3DS authenticated. If non-authenticated cards are accepted, those transactions will not be 3DS protected (no liability shift). This option is used when **Secure3DS** = Yes. *Note: Non-3DS supported cards will be rejected if this option is checked.*

<figure><img src="/files/g9tg3WwnrvPPP4FWOH95" alt=""><figcaption><p>Checkout Champ account setup</p></figcaption></figure>

**STEP 2**

No additional work is needed for pages built in CheckoutChamp. If you have built an integration using our direct API, Secure 3DS processing requires your checkout page to handle the standard 3DS workflow. Follow instructions in this document.

[Direct API 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)


---

# 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://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/paysafe-v2.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.
