{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TransactionRejectJsonRequestBodyV11", "properties": { "orderId": { "type": "integer", "format": "int64", "description": "Transaction ID assigned by Przelewy24" }, "sessionId": { "type": "string", "description": "Unique ID from Partner\u2019s system" }, "sign": { "type": "string", "description": "
Checksum of parameters:
{\"merchantId\":int,\"orderId\":int,\"sessionId\":\"string\",\"crc\":\"string\"}

calculated with the use of sha384

IMPORTANT!:
in case json_encode function is used, the following attributes should be added
\"JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES\"" } } }