Klarna · Schema

Capture not allowed error message

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
correlation_id string Correlation id. For searching logs.
error_code string Error code
error_messages array Error messages
View JSON Schema on GitHub

JSON Schema

klarna-capture-not-allowed-error-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Capture not allowed error message",
  "title": "Capture not allowed error message",
  "properties": {
    "correlation_id": {
      "description": "Correlation id. For searching logs.",
      "example": "66782175-ae05-44fc-9eb3-eeceadbad271",
      "type": "string"
    },
    "error_code": {
      "description": "Error code",
      "example": "CAPTURE_NOT_ALLOWED",
      "type": "string"
    },
    "error_messages": {
      "description": "Error messages",
      "items": {
        "description": "Error messages",
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}