Przelewy24 · Schema

CrcResponse400

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

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

JSON Schema

CrcResponse400.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CrcResponse400",
  "properties": {
    "data": {
      "type": "array"
    },
    "error": {
      "type": "string",
      "description": "Error message",
      "example": "Invalid merchant or affiliate id"
    }
  }
}