Przelewy24 · Schema

SIMPResponse400

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

SIMPResponse400.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SIMPResponse400",
  "properties": {
    "error": {
      "type": "string",
      "example": "Invalid simpClientId"
    },
    "code": {
      "type": "number",
      "example": 400
    }
  }
}