Adyen · Schema

GiroPayInfo

GiroPayInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
supportEmail string The email address of merchant support.
View JSON Schema on GitHub

JSON Schema

management-giro-pay-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-giro-pay-info-schema.json",
  "title": "GiroPayInfo",
  "description": "GiroPayInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "supportEmail": {
      "description": "The email address of merchant support.",
      "type": "string"
    }
  },
  "required": [
    "supportEmail"
  ]
}