Adyen · Schema

TwintInfo

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-twintinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TwintInfo",
  "title": "TwintInfo",
  "properties": {
    "logo": {
      "description": "Twint logo. Format: Base64-encoded string.",
      "type": "string"
    }
  },
  "required": [
    "logo"
  ],
  "type": "object"
}