Adyen · Schema

GenericProfile

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-genericprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenericProfile",
  "title": "GenericProfile",
  "type": "string",
  "enum": [
    "Basic",
    "Extended",
    "Standard"
  ]
}