---
title: "Google Pay"
method: POST
path: "/v1.02/googlepay/create"
---

# Google Pay

`POST /v1.02/googlepay/create`

Creates Google Pay payment request.

## Request body

- object
  - `payment` object, required — Informations regarding the payment
    - `identifier` string
    - `amount` object
      - `value` number, float, required — Payment amount
      - `currency` string, required
    - `successUrl` string — The payer will be forwarded to this url if the payment process is successful.
    - `failUrl` string — The payer will be forwarded to this url if the payment process fails (eg: no funds)
    - `backUrl` string — The payer will be forwarded to this url if the user presses back.
    - `lang` string — Defines the Language of the form. "PT" for Portuguese, "ES" for Spanish or "EN" for English
    - `minutesFormUp` integer — Number of minutes that the url for the payment form will remain active. After that time the form will be unaccessible and the reference expired. Max 1440 minutes
  - `customer` object — Informations regarding the customer
    - `notify` boolean — If ‘true’, and if the customer’s email is provided in the request, they will be notified via email about the generation of the reference
    - `email` string — Customer's email (when not sent, it will be request on the payment form)
    - `firstName` string — Customer's first name. (when not sent, it will be request on the payment form)
    - `lastName` string — Customer's last name. (when not sent, it will be request on the payment form)
    - `countryCode` string — Customer's country code on ISO 3166-1 alpha-2 code format. EG: "PT" (when not sent, it will be request on the payment form)

## Response `201`

201

- object
  - `transactionStatus` string
  - `transactionID` string
  - `reference` string
  - `redirectUrl` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
