Przelewy24 · Schema

UnauthorizedResponse

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string
code number
View JSON Schema on GitHub

JSON Schema

UnauthorizedResponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnauthorizedResponse",
  "properties": {
    "error": {
      "type": "string",
      "default": "Incorrect authentication",
      "example": "Incorrect authentication"
    },
    "code": {
      "type": "number",
      "default": 401,
      "example": 401
    }
  }
}