PHP

You can find Request and Response class in the kit. You can use the encrypt() and decrypt() from HesabeCrypt class.

Download PHP Kit

<?php

$encrypted = HesabeCrypt::encrypt($requestDataJson, $encryptionKey, $ivKey);
$decrypted = HesabeCrypt::decrypt($checkoutResponseContent, $encryptionKey, $ivKey);