Adyen · Schema

ServiceErrorDetails

PaymentsFinancial ServicesFintech

Properties

Name Type Description
errorCode string
errorType string
message string
pspReference string
View JSON Schema on GitHub

JSON Schema

adyen-serviceerrordetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceErrorDetails",
  "title": "ServiceErrorDetails",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "errorType": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "pspReference": {
      "type": "string"
    }
  },
  "type": "object"
}