Przelewy24 · Schema

AuthorizationRequired

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string Error message
code string Erroc code
View JSON Schema on GitHub

JSON Schema

AuthorizationRequired.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AuthorizationRequired",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Incorrect authentication"
    },
    "code": {
      "type": "string",
      "description": "Erroc code",
      "example": 401
    }
  }
}