Adyen · Schema

Logo

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data string The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.
View JSON Schema on GitHub

JSON Schema

adyen-logo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Logo",
  "title": "Logo",
  "properties": {
    "data": {
      "description": "The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.",
      "maxLength": 350000,
      "type": "string"
    }
  },
  "type": "object"
}