Adyen · Schema

OperationStatus

OperationStatus schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
message object The message regarding the operation status.
statusCode string The status code.
View JSON Schema on GitHub

JSON Schema

notifications-operation-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/notifications-operation-status-schema.json",
  "title": "OperationStatus",
  "description": "OperationStatus schema from Adyen API",
  "type": "object",
  "properties": {
    "message": {
      "description": "The message regarding the operation status.",
      "$ref": "#/components/schemas/Message"
    },
    "statusCode": {
      "description": "The status code.",
      "type": "string"
    }
  }
}