<?php
$json = '{"batchRequestId":"0a09c430-e8e0-4466-85e0-c753d686d3b5-1624047844"}';
$json_decode = json_decode($json, true);
echo $json_decode["batchRequestId"];
?>bu şekilde değer geldi
bu şekilde değer alıyorum
curl_setopt($chcvv, CURLOPT_HTTPHEADER, $headerc);
curl_setopt($chcvv, CURLOPT_POSTFIELDS, $jsonc);
$result = curl_exec($chcvv);
$json_decode = json_decode($
result , true);
echo $json_decode["batchRequestId"];
bu şekilde sonuç vermedi