Adyen · JSON Structure

Management Google Pay Info Structure

GooglePayInfo schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

GooglePayInfo is a JSON Structure definition published by Adyen, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

merchantId reuseMerchantId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-google-pay-info-structure.json",
  "description": "GooglePayInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "merchantId": {
      "description": "Google Pay [Merchant ID](https://support.google.com/paymentscenter/answer/7163092?hl=en). Character length and limitations: 16 alphanumeric characters or 20 numeric characters.",
      "maxLength": 20,
      "minLength": 16,
      "type": "string"
    },
    "reuseMerchantId": {
      "description": "Indicates whether the Google Pay Merchant ID is used for several merchant accounts. Default value: **false**.",
      "type": "boolean"
    }
  },
  "required": [
    "merchantId"
  ],
  "name": "GooglePayInfo"
}