I want to capture Status id which gives success payment message, which was generating under body of response. please find the replay response below
****** Response Body For Transaction With Id 1141 ****** {"id":"ABK20170717000000008527","status":"SUCCESS"}
$$$$$$ Response Body For Transaction With Id 1141 Ended $$$$$$
I don't want to capture server generated Id shown above which was not hard coded in my script.
thought of using lr_eval_string_ext()
function but didn't get much info how I have to use.
Thanks in advance..