# Additional Feature and Information

### 1. Google Pay™ With DANA Balances

By enabling both DANA and the Google Pay API, you offer customers a streamlined 'One-Tap' checkout. This integration allows users to pay with their DANA balance directly through the Google Pay interface whenever DANA is selected as the payment method

As a prerequisite, the customer must have their DANA account already linked as a payment method within their Google Account settings.

### 2. Google Pay Supported Card Types

Our integration with Google Pay currently supports only the PAN\_ONLY card credential method.\
In this method, the Primary Account Number (PAN) is used for communication between Google Pay, DOKU, and the card networks, instead of a network token.

The PAN obtained from Google Pay is then processed through the standard 3DS authentication flow, which is applicable across all supported countries depending on your merchant configuration on our Back Office.

### 3. Activate 3DS Support For Non Google Payment Methods

We support 3DS authentication for Google Pay PAN\_ONLY transactions. When a customer selects Google Pay on our Hosted Checkout Page, they can either enter their card details manually or choose a card previously saved in their Google account.

For PAN\_ONLY credentials, Google Pay returns the card details to DOKU in encrypted form for each transaction. DOKU then decrypts and uses these credentials to initiate the 3DS verification process, followed by payment authorization with the acquirer

### 4. Brand Guidelines

As DOKU manages the entire Hosted Checkout UI on your behalf, **you are not required to implement or customize the Google Pay button yourself.**&#x20;

DOKU ensures full compliance with [Google Pay Brand Guidelines](https://developers.google.com/pay/api/web/guides/brand-guidelines) on your behalf.&#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://developers.doku.com/accept-payments/doku-checkout/additional-feature/google-pay-tm/additional-feature-and-information.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.
