Przelewy24 · Schema

ApiKeyResponse400

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

ApiKeyResponse400.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiKeyResponse400",
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Invalid  affiliate"
    },
    "status": {
      "type": "integer",
      "description": "Status",
      "example": 400
    }
  }
}