Hello koen,
You have to check your $orders variable, if it is json then use json_decode function of php to make it array, after that you can access your json data as object, if it is already array it means that $order['refunds'][0] is undefined, check your variable