Przelewy24 · Schema

SIMPConflict

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

SIMPConflict.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SIMPConflict",
  "properties": {
    "error": {
      "type": "string",
      "example": "Conflict"
    },
    "code": {
      "type": "number",
      "example": 409
    }
  }
}