Это формирование ключа интеркассы:
unset($dataSet['ik_sign']); Delete string with signature from dataset
ksort($dataSet, SORT_STRING); // Sort elements in array by var names in alphabet queue
array_push($dataSet, $key); // Adding secret key at the end of the string
$signString = implode(':'...