Przelewy24 · Schema

CrcResponse404

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data array
error string Error message
View JSON Schema on GitHub

JSON Schema

CrcResponse404.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CrcResponse404",
  "properties": {
    "data": {
      "type": "array"
    },
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Affiliate not found"
    }
  }
}