Adyen · JSON Structure

Management Sofort Info Structure

SofortInfo schema from Adyen API

Type: object Properties: 2 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

currencyCode logo

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-sofort-info-structure.json",
  "description": "SofortInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "currencyCode": {
      "description": "Sofort currency code. For example, **EUR**.",
      "type": "string"
    },
    "logo": {
      "description": "Sofort logo. Format: Base64-encoded string.",
      "type": "string"
    }
  },
  "required": [
    "logo",
    "currencyCode"
  ],
  "name": "SofortInfo"
}