Adyen · JSON Structure

Checkout Service Error Details Structure

ServiceErrorDetails schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

ServiceErrorDetails is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorCode errorType message pspReference

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-service-error-details-structure.json",
  "description": "ServiceErrorDetails schema from Adyen API",
  "type": "object",
  "properties": {
    "errorCode": {
      "type": "string"
    },
    "errorType": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "pspReference": {
      "type": "string"
    }
  },
  "name": "ServiceErrorDetails"
}