# Google pay

**Google Pay** is an online payment system that allows to make in-app and website purchases. The system allows users to make payments online via the Internet, as well as with Android phones, tablets and watches.

Before integrating with Tarlan Payments, you need to study the documentation.

[Offiicial Google documentation](https://developers.google.com/pay/api?hl=ru)<br>

The supported type of integration for sites is Web.

For such integration, you need to study the following documents:

* [Google Pay for websites ](https://developers.google.com/pay/api/web/overview)
* [Check list Google Pay for websites](https://developers.google.com/pay/api/web/guides/test-and-deploy/integration-checklist)
* [Google Pay brandig rules for websites](https://developers.google.com/pay/api/web/guides/brand-guidelines)

To use Google Pay, you must register at [Google Pay & Wallet Console](https://pay.google.com/business/console) and obtain a Google Merchant ID. All merchants must obey the [rules of acceptable use](https://payments.developers.google.com/terms/aup) and [terms of condition](https://payments.developers.google.com/terms/sellertos) Google Pay API as well.

For value parameters:

**gateway** should be indicated with the value - tarlanpayments;

**gatewayMerchantId** необходимо указывать - идентификатор продавца Google;

Supported authentication methods: PAN\_ONLY and CRYPTOGRAM\_3DS.

Supported payment systems: Visa and Master Card.

There is no need to transmit payment address.

The payment token received from Google must be uploaded to the field "token" in string format. It must be uploaded in the same form as received it from Google. Other value parameters are described below.


---

# 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.tarlanpayments.kz/eng/acquiring/smart-pay/google-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.
