Adyen · Schema

OperationStatus

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

adyen-operationstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperationStatus",
  "title": "OperationStatus",
  "properties": {
    "message": {
      "description": "The message regarding the operation status.",
      "$ref": "#/components/schemas/Message"
    },
    "statusCode": {
      "description": "The status code.",
      "type": "string"
    }
  },
  "type": "object"
}