Przelewy24 · Schema

ApiKeyResponse404

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
error string Error message
status integer Status
View JSON Schema on GitHub

JSON Schema

ApiKeyResponse404.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeyResponse404",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Affiliate not found"
    },
    "status": {
      "type": "integer",
      "description": "Status",
      "example": 404
    }
  }
}