Adyen · Schema

ServiceProfiles

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-serviceprofiles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceProfiles",
  "title": "ServiceProfiles",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "Batch",
      "CardReader",
      "Communication",
      "Loyalty",
      "OneTimeRes",
      "PIN",
      "Reservation",
      "Sound",
      "StoredValue",
      "Synchro"
    ]
  }
}