Adyen · Schema

TwintInfo

TwintInfo schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
logo string Twint logo. Format: Base64-encoded string.
View JSON Schema on GitHub

JSON Schema

management-twint-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-twint-info-schema.json",
  "title": "TwintInfo",
  "description": "TwintInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "logo": {
      "description": "Twint logo. Format: Base64-encoded string.",
      "type": "string"
    }
  },
  "required": [
    "logo"
  ]
}