Przelewy24 · Schema

CrcResponse200

PaymentsPayment GatewayBank TransferBLIKCard PaymentsE-CommercePolandPolishMulti-CurrencyFintech

Properties

Name Type Description
data object Object with crc key data
error string Error message, empty for correct
View JSON Schema on GitHub

JSON Schema

CrcResponse200.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CrcResponse200",
  "properties": {
    "data": {
      "description": "Object with crc key data",
      "$ref": "#/components/schemas/CrcDataObject"
    },
    "error": {
      "type": "string",
      "description": "Error message, empty for correct",
      "example": ""
    }
  }
}